Recover accidentally removed styles

pull/10616/head
Alex P 2017-08-29 17:49:54 -07:00
parent 295bfe5b9f
commit e62428cd57
1 changed files with 18 additions and 5 deletions

View File

@ -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;
}