Fix scoreboard view on scroll
parent
fc0bf18b03
commit
237926fdf6
|
@ -1,3 +1,21 @@
|
||||||
|
.war-header {
|
||||||
|
position: fixed;
|
||||||
|
left: 35%;
|
||||||
|
border-bottom: thin solid lightgrey;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1950px) {
|
||||||
|
.war-header {
|
||||||
|
left: 30%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1500px) {
|
||||||
|
.war-header {
|
||||||
|
left: 380px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.war-header-container {
|
.war-header-container {
|
||||||
width: 920px;
|
width: 920px;
|
||||||
min-height: 168px;
|
min-height: 168px;
|
||||||
|
@ -10,10 +28,6 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.war-header {
|
|
||||||
border-bottom: thin solid lightgrey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-tabs > li.active > a {
|
.nav-tabs > li.active > a {
|
||||||
background: #222222;
|
background: #222222;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue