Apply styling to empty states in select query modal (#9871)

This commit is contained in:
Luke Heath 2023-02-16 11:32:53 -06:00 committed by GitHub
parent e4a8bf4130
commit 92caf4037e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,30 @@
}
}
&__modal{
.info {
&__header {
display: block;
color: $core-fleet-black;
font-weight: $bold;
font-size: $x-small;
text-align: center;
}
&__data {
display: block;
color: $core-fleet-black;
font-weight: normal;
font-size: $x-small;
text-align: center;
margin-top: 10px;
}
}
.modal-cta-wrap {
justify-content: center;
}
}
&__query-modal {
display: flex;
}