mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
19 lines
265 B
SCSS
19 lines
265 B
SCSS
.reset-sessions-modal {
|
|
margin-top: $pad-large;
|
|
|
|
p {
|
|
margin-bottom: 40px;
|
|
font-size: $small;
|
|
}
|
|
|
|
&__btn-wrap {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
&__btn {
|
|
height: 38px;
|
|
margin-bottom: 5px;
|
|
margin-left: 15px;
|
|
}
|
|
}
|