mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
32 lines
460 B
SCSS
32 lines
460 B
SCSS
.create-integration-modal {
|
|
a {
|
|
font-size: $x-small;
|
|
color: $core-vibrant-blue;
|
|
font-weight: $bold;
|
|
text-decoration: none;
|
|
|
|
img {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-left: 7px;
|
|
}
|
|
}
|
|
|
|
&__sandbox-info {
|
|
margin: $pad-medium 0;
|
|
}
|
|
|
|
&__info-header {
|
|
margin: 0;
|
|
}
|
|
|
|
&__btn-wrap {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
margin-top: $pad-xxlarge;
|
|
}
|
|
|
|
&__btn {
|
|
margin-left: 12px;
|
|
}
|
|
}
|