mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update some padding/spacing (#33493)
See https://fleetdm.slack.com/archives/C084F4MKYSJ/p1758750703614409?thread_ts=1758555858.483689&cid=C084F4MKYSJ <img width="1420" height="902" alt="Screenshot 2025-09-25 at 1 36 06 PM" src="https://github.com/user-attachments/assets/b7a41c8a-6a4a-46a4-bed0-de88e5e0f48c" /> Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
f9e53aa9a8
commit
736955883e
2 changed files with 12 additions and 1 deletions
|
|
@ -3,12 +3,16 @@
|
|||
flex-direction: column;
|
||||
gap: $pad-large;
|
||||
|
||||
&__description-container {
|
||||
line-height: $pad-medium;
|
||||
}
|
||||
&__description {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&__added-text {
|
||||
font-size: $x-small;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
&__added-text {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,12 @@
|
|||
.install-software-preview {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $pad-large;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
font-size: $small;
|
||||
|
|
@ -6,7 +14,6 @@
|
|||
}
|
||||
|
||||
&__preview-video {
|
||||
margin-top: $pad-xxlarge;
|
||||
width: 100%;
|
||||
display: block;
|
||||
border-radius: $border-radius-large;
|
||||
|
|
|
|||
Loading…
Reference in a new issue