fleet/frontend/pages/admin/IntegrationsPage/components/CreateIntegrationModal/_styles.scss
RachelElysia e64dd73b54
Fleet UI: Button loading spinners (#7124)
Co-authored-by: Luke Heath <luke@fleetdm.com>
2022-08-29 08:21:37 -07:00

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;
}
}