mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Apply styling to empty states in select query modal (#9871)
This commit is contained in:
parent
e4a8bf4130
commit
92caf4037e
@ -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 New Issue
Block a user