| | |
| | | .avue-top { |
| | | position: relative; |
| | | background-color: #fff; |
| | | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); |
| | | color: rgba(0, 0, 0, .65); |
| | | font-size: 28px; |
| | | height: $top_height; |
| | |
| | | } |
| | | |
| | | .top-bar__img { |
| | | margin: 0 5px; |
| | | padding: 2px; |
| | | width: 30px; |
| | | height: 30px; |
| | | border-radius: 100%; |
| | | box-sizing: border-box; |
| | | border: 1px solid #eee; |
| | | vertical-align: middle; |
| | | } |
| | | |
| | |
| | | top: 12px; |
| | | right: 5px; |
| | | } |
| | | } |
| | | |
| | | .top-bar__title { |
| | | height: 100%; |
| | | padding-left: 50px; |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | font-size: inherit; |
| | | font-weight: 400; |
| | | } |
| | | |
| | | .avue-logo { |