Merge remote-tracking branch 'origin/fill-query-widget' into fill-query-widget

pull/1885/head
Alex P 2017-08-29 17:42:26 -07:00
commit ce5d091f93
1 changed files with 6 additions and 18 deletions

View File

@ -258,24 +258,12 @@ $tick-script-overlay-margin: 30px;
}
/*
Group by Time Dropdown
GROUP BY TIME Dropdown
-----------------------------------------------------------------------------
*/
.group-by-time {
display: inline-flex;
align-items: center;
}
.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 > a {
font-family: $code-font;
.group-by-time-dropdown {
.dropdown-selected,
.dropdown-item {
font-family: $code-font;
}
}