mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
// ANGULAR_REMOVE_ME
|
|
color-box {
|
|
vertical-align: text-bottom;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
|
|
& ~ span {
|
|
vertical-align: bottom;
|
|
}
|
|
}
|