Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame^] | 1 | .w-sdc-header { |
| 2 | .bg_j; |
| 3 | border-bottom: 1px solid @border_color_c; |
| 4 | height: 94px; |
| 5 | width: 100%; |
| 6 | display: flex; |
| 7 | align-items: center; |
| 8 | } |
| 9 | |
| 10 | .w-sdc-header-logo { |
| 11 | .bg_i; |
| 12 | .hand; |
| 13 | border-bottom: 1px solid @border_color_a; |
| 14 | height: 94px; |
| 15 | width: 240px; |
| 16 | padding: 28px; |
| 17 | .flex-fixed(240px); |
| 18 | z-index: 1020; |
| 19 | } |
| 20 | |
| 21 | .w-sdc-header-logo-icon { |
| 22 | display: inline-block; |
| 23 | margin-right: 8px; |
| 24 | vertical-align: -6px; |
| 25 | } |
| 26 | |
| 27 | a.w-sdc-header-logo-link { |
| 28 | .c_5; |
| 29 | text-decoration: none; |
| 30 | } |
| 31 | |
| 32 | .w-sdc-header-version{ |
| 33 | .c_16; |
| 34 | .opacity(0.6); |
| 35 | } |
| 36 | |
| 37 | .i-sdc-header-caption { |
| 38 | min-width: 175px; |
| 39 | text-align: left; |
| 40 | cursor: default; |
| 41 | text-overflow: ellipsis; |
| 42 | overflow: hidden; |
| 43 | flex-grow: 10; |
| 44 | padding-left: 27px; |
| 45 | white-space: nowrap; |
| 46 | |
| 47 | .i-sdc-header-caption-text { |
| 48 | .i_11; |
| 49 | text-overflow: ellipsis; |
| 50 | overflow: hidden; |
| 51 | |
| 52 | } |
| 53 | |
| 54 | .i-sdc-header-help { |
| 55 | .i_1; |
| 56 | .hand; |
| 57 | margin-left: 26px; |
| 58 | position: relative; |
| 59 | display: inline-block; |
| 60 | |
| 61 | &::before { |
| 62 | .bg_a; |
| 63 | border-radius: 50%; |
| 64 | color: @color_c; |
| 65 | content: '?'; |
| 66 | display: block; |
| 67 | height: 20px; |
| 68 | position: absolute; |
| 69 | left: -26px; |
| 70 | text-align: center; |
| 71 | width: 20px; |
| 72 | } |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | .sdc-error-403-container-title { |
| 77 | .b_11; |
| 78 | } |