mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
19 lines
266 B
SCSS
19 lines
266 B
SCSS
.create-team-modal {
|
|
&__sandbox-info {
|
|
margin-top: $pad-medium;
|
|
}
|
|
|
|
&__info-header {
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__btn-wrap {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
margin-top: $pad-xxlarge;
|
|
}
|
|
|
|
&__btn {
|
|
margin-left: 12px;
|
|
}
|
|
}
|