mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 15:09:20 +00:00
18 lines
291 B
SCSS
18 lines
291 B
SCSS
.create-integration-modal {
|
|
a {
|
|
font-size: $x-small;
|
|
color: $core-vibrant-blue;
|
|
font-weight: $bold;
|
|
text-decoration: none;
|
|
margin-top: $pad-small;
|
|
|
|
img {
|
|
width: 12px;
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
|
|
&__info-header {
|
|
margin-bottom: $pad-xlarge;
|
|
}
|
|
}
|