Recover accidentally removed styles
parent
295bfe5b9f
commit
e62428cd57
|
@ -261,9 +261,22 @@ $tick-script-overlay-margin: 30px;
|
||||||
GROUP BY TIME Dropdown
|
GROUP BY TIME Dropdown
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
.group-by-time-dropdown {
|
.group-by-time {
|
||||||
.dropdown-selected,
|
display: flex;
|
||||||
.dropdown-item {
|
align-items: center;
|
||||||
font-family: $code-font;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
.group-by-time--label {
|
||||||
|
margin: 0;
|
||||||
|
color: $g12-forge;
|
||||||
|
padding: 0 6px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
.group-by-time--dropdown .dropdown-toggle {
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
.group-by-time--dropdown .dropdown-selected,
|
||||||
|
.group-by-time--dropdown .dropdown-item {
|
||||||
|
font-family: $code-font;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue