You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
958 B
CSS
68 lines
958 B
CSS
2 years ago
|
.gator-tabs-container{
|
||
|
display:flex;
|
||
|
flex-direction:column;
|
||
|
width:100%;
|
||
|
justify-content:center;
|
||
|
align-content:flex-start;
|
||
|
}
|
||
|
|
||
|
.gator-tabs-container ul {
|
||
|
list-style-type:none;
|
||
|
}
|
||
|
|
||
|
.gator-tabs-container ul li {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
ul.gator-tabs-header {
|
||
|
background-color:#BBB;
|
||
|
display:flex;
|
||
|
flex-wrap:wrap;
|
||
|
padding:.375rem;
|
||
|
text-align:center;
|
||
|
margin:0;
|
||
|
}
|
||
|
|
||
|
ul.gator-tabs-header > li {
|
||
|
color:#063844;
|
||
|
cursor:pointer;
|
||
|
flex-grow:1;
|
||
|
padding:.375rem;
|
||
|
font-size:2.125rem;
|
||
|
}
|
||
|
|
||
|
.gator-tabs, .broadcast-list {
|
||
|
display:flex;
|
||
|
margin:0 !important;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
.gator-tab {
|
||
|
padding:1rem;
|
||
|
width:100%;
|
||
|
flex-flow:wrap;
|
||
|
}
|
||
|
|
||
|
.gator-tab .single-broadcast, .broadcast-list .single-broadcast {
|
||
|
width:33.3333%;
|
||
|
padding:10px 20px;
|
||
|
box-sizing:border-box;
|
||
|
flex-flow:wrap;
|
||
|
}
|
||
|
|
||
|
.img-broadcast {
|
||
|
max-height:50%;
|
||
|
max-width:100%;
|
||
|
object-fit: contain;
|
||
|
}
|
||
|
|
||
|
.onair {
|
||
|
background-color:black;
|
||
|
color:Gold;
|
||
|
}
|
||
|
|
||
|
.rerun {
|
||
|
background-color:black;
|
||
|
}
|