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