update components

This commit is contained in:
Luke Pulverenti 2016-12-16 12:11:49 -05:00
parent cbaac63619
commit a5f98e52ac
10 changed files with 35 additions and 30 deletions

View file

@ -14,6 +14,7 @@
.guideHeaderDateSelection {
font-size: 86%;
padding: .4em 0;
}
.guideHeaderTimeslots {
@ -424,8 +425,8 @@
.guide-date-tab-button {
font-weight: 500 !important;
color: inherit !important;
padding-top: .8em !important;
padding-bottom: .8em !important;
padding-top: .3em !important;
padding-bottom: .3em !important;
opacity: .25;
}
@ -443,6 +444,7 @@
.layout-tv .guide-date-tab-button:focus {
background-color: #52B54B !important;
border-radius: .25em !important;
color: #fff !important;
}
@ -453,11 +455,3 @@
padding-right: 1em !important;
}
}
@media all and (min-width: 1400px) {
.guide-date-tab-button {
padding-left: 1.1em !important;
padding-right: 1.1em !important;
}
}