Commit compiled CSS
This commit is contained in:
parent
cb7f49c103
commit
821741e962
1 changed files with 6 additions and 5 deletions
|
@ -10288,15 +10288,16 @@ hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.med
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #0D1E34;
|
background-color: #0D1E34;
|
||||||
z-index: +9; }
|
z-index: +9; }
|
||||||
@media screen and (min-width: 769px), print {
|
|
||||||
.navbar {
|
|
||||||
transition-property: color, background-color;
|
|
||||||
transition-timing-function: ease-out;
|
|
||||||
transition-duration: 500ms; } }
|
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
.navbar {
|
.navbar {
|
||||||
padding: 1.25em 0; } }
|
padding: 1.25em 0; } }
|
||||||
|
|
||||||
|
@media screen and (min-width: 769px), print {
|
||||||
|
.navbar-transition {
|
||||||
|
transition-property: color, background-color;
|
||||||
|
transition-timing-function: ease-out;
|
||||||
|
transition-duration: 500ms; } }
|
||||||
|
|
||||||
@media screen and (min-width: 769px), print {
|
@media screen and (min-width: 769px), print {
|
||||||
.transparent-header {
|
.transparent-header {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
Loading…
Reference in a new issue