django_pfm/pfm/static/css/pfm.css
2017-10-31 16:37:02 +03:00

14 lines
569 B
CSS

.blue-text {color:#2196F3}
.button-collapse
.container {margin:0 auto;max-width:1280px;width:90%}
.container .row{margin-left:-0.75rem;margin-right:-0.75rem}
.row .col.s12{width:100%;margin-left:auto;left:auto;right:auto}
.nav-wrapper {position:relative;height:100%}
.brand-logo {position:absolute;color:#fff;display:inline-block;font-size:2.1rem;padding:0;white-space:nowrap}
@media only screen and (max-width: 992px){.hide-on-med-and-down{display:none}}
@media only screen and (min-width: 993px){.hide-on-large-only{display:none}}
.right {float:right !important}