Give time range caret more breathing room

pull/1109/head
Alex P 2017-03-29 11:09:40 -07:00 committed by Andrew Watkins
parent dd5b14c71e
commit d1f8365d9b
1 changed files with 18 additions and 2 deletions

View File

@ -6,6 +6,16 @@
.custom-time-range {
position: relative;
}
.btn.btn-sm.btn-info.custom-time-range--btn {
padding: 0 30px 0 9px !important;
.caret {
position: absolute;
right: 9px;
top: 50%;
transform: translateY(-50%);
}
}
.custom-time-container {
display: none;
position: absolute;
@ -14,9 +24,15 @@
background: red;
z-index: 1000;
}
.custom-time-range.show .custom-time-container {
.custom-time-range.show {
.custom-time-container {
display: block;
}
.custom-time-range--btn {
color: $g20-white;
background-color: $g6-smoke;
}
}
.rd-day-selected {
background: blue;