Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-12-17 09:48:12 -05:00
parent cb7f49c103
commit 821741e962

View file

@ -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;