mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
10 lines
136 B
SCSS
10 lines
136 B
SCSS
|
|
.invite-user-form {
|
||
|
|
&__btn {
|
||
|
|
font-size: $small;
|
||
|
|
height: 38px;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
padding: 0;
|
||
|
|
width: 180px;
|
||
|
|
}
|
||
|
|
}
|