Matteo Scandolo | 2500e39 | 2016-03-25 17:20:27 -0700 | [diff] [blame] | 1 | /* ************************* HEADER STYLE ************************* */ |
| 2 | |
| 3 | .header{ |
| 4 | background-color: #ffffff !important; |
| 5 | border-bottom: 3px solid #C5CCD4; |
| 6 | margin-bottom: 14px; |
| 7 | height: 85px; |
| 8 | |
| 9 | .logo{ |
| 10 | max-height: 80px; |
| 11 | } |
| 12 | |
| 13 | a { |
| 14 | font-weight: bold; |
| 15 | } |
| 16 | |
| 17 | #user-tools { |
| 18 | padding: 12px 20px 0px 0px; |
| 19 | float: right; |
| 20 | margin-top: -5px; |
| 21 | |
| 22 | // hiding links on mobile |
| 23 | @media (max-width: $screen-sm-max) { |
| 24 | .user-links *:not(:last-child){ |
| 25 | display: none; |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | /************************* END HEADER *************************/ |