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 {
|
||||
.dropdown-selected,
|
||||
.dropdown-item {
|
||||
font-family: $code-font;
|
||||
}
|
||||
.group-by-time {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
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