Re-adding GroupByTimeDropdown stylesheet

pull/676/head
Alex P 2016-12-09 13:53:05 -08:00
parent 86a3eb3ca8
commit d489df8822
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
.group-by-time-dropdown .dropdown-toggle {
width: 70px;
}
.group-by-time {
display: flex;
align-items: center;
p {
padding: 0 6px;
margin: 0;
height: 30px;
line-height: 26px;
font-size: 13px;
color: $g11-sidewalk;
font-weight: 500;
border-radius: 3px 0 0 3px;
border-style: solid;
border-color: $g5-pepper;
border-width: 2px;
}
.dropdown-toggle {
border-radius: 0px 3px 3px 0;
}
}