mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
29 lines
453 B
SCSS
29 lines
453 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;
|
|
height: 12px;
|
|
margin-left: 7px;
|
|
}
|
|
}
|
|
|
|
&__info-header {
|
|
margin-bottom: $pad-xlarge;
|
|
}
|
|
|
|
&__btn-wrap {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
margin-top: $pad-xxlarge;
|
|
}
|
|
|
|
&__btn {
|
|
margin-left: 12px;
|
|
}
|
|
}
|