Fix styling bug from loading spinner using flex display (#7454)

This commit is contained in:
RachelElysia 2022-08-30 14:49:12 -07:00 committed by GitHub
parent 2699c22143
commit d4394c0bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,27 +5,26 @@
padding: $pad-xxlarge;
border-radius: $pad-small;
.info {
display: flex;
&__header {
display: block;
color: $core-fleet-black;
font-weight: $bold;
font-size: $x-small;
text-align: left;
}
&__data {
display: block;
color: $core-fleet-black;
font-weight: normal;
font-size: $x-small;
text-align: left;
margin-top: 10px;
}
}
&__policy-selection {
padding: $pad-large 0;
.children-wrapper {
display: block;
}
.info {
display: flex;
&__header {
display: block;
text-align: left;
}
&__data {
display: block;
font-weight: normal;
text-align: left;
margin-top: 10px;
}
}
}
}