@import "compass"; /* Navigation utilisateur en haut du site */ .nav-user-top { .navbar { @include border-radius(0px); margin-bottom: 0px; .border-left { border-left: solid 1px #e0e0e0; } } .dropdown-menu { .divider.dropdown-header { padding: 0px; } } } @media screen and (max-width: 768px) { .nav-user-top { .navbar { ul { float: right; } .link-text { display: none; } .dropdown-menu { position: absolute; right: 5%; left: auto; border: 1px solid #ddd; background: #fff; @include box-shadow(0px 0px 4px gray); li { a { padding-left: 15px; } } } } } } /* Block de date */ .block-date { margin: 0px auto ; padding-top: 0px ; text-align: center ; .day { text-transform: capitalize ; line-height: 15px ; font-size: 13px ; text-transform: uppercase ; } .num { font-size: 30px ; line-height: 35px ; font-weight: bold ; } .month { text-transform: uppercase ; line-height: 15px ; font-size: 13px ; color: darken($color1, 5) ; } }