mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
7 lines
163 B
SCSS
7 lines
163 B
SCSS
.info-banner {
|
|
padding: $pad-medium;
|
|
border-radius: $border-radius;
|
|
border: 1px solid #d9d9fe;
|
|
background-color: $ui-vibrant-blue-10;
|
|
font-size: 14px;
|
|
}
|