mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Apply styling to empty states in select query modal (#9871)
This commit is contained in:
parent
e4a8bf4130
commit
92caf4037e
1 changed files with 24 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue