mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
12 lines
155 B
SCSS
12 lines
155 B
SCSS
|
|
.scripts {
|
||
|
|
font-size: $x-small;
|
||
|
|
|
||
|
|
&__description {
|
||
|
|
margin: $pad-xxlarge 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__premium-feature-message {
|
||
|
|
margin-top: $pad-xxxlarge;
|
||
|
|
}
|
||
|
|
}
|