mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
8 lines
142 B
SCSS
8 lines
142 B
SCSS
|
|
.add-software-modal {
|
||
|
|
|
||
|
|
// have to use this selector to override the default styles
|
||
|
|
.component__tabs-wrapper {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
}
|