fleet/frontend/pages/admin/IntegrationsPage/components/CreateIntegrationModal/_styles.scss
2022-05-10 21:33:30 -05:00

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