mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
10 lines
124 B
SCSS
10 lines
124 B
SCSS
|
|
.create-team-modal {
|
||
|
|
&__sandbox-info {
|
||
|
|
margin-top: $pad-medium;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__info-header {
|
||
|
|
font-weight: $bold;
|
||
|
|
}
|
||
|
|
}
|