mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
12 lines
162 B
SCSS
12 lines
162 B
SCSS
|
|
.edit-team-modal {
|
||
|
|
&__btn-wrap {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row-reverse;
|
||
|
|
margin-top: $pad-xxlarge;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__btn {
|
||
|
|
margin-left: 12px;
|
||
|
|
}
|
||
|
|
}
|