notice.css
104 lines
| 1 | .cookiebot-admin-notice-container { |
| 2 | background: #efefef; |
| 3 | padding: 40px 25px 25px; |
| 4 | } |
| 5 | .cookiebot-admin-notice { |
| 6 | display: block; |
| 7 | min-height: 68px; |
| 8 | position: relative; |
| 9 | background: #ffffff; |
| 10 | padding: 20px 60px 20px 160px; |
| 11 | border-radius: 25px; |
| 12 | border: none; |
| 13 | margin: 0; |
| 14 | } |
| 15 | .cookiebot-admin-notice a { |
| 16 | color: #1032cf; |
| 17 | font-size: 16px; |
| 18 | text-decoration: none; |
| 19 | } |
| 20 | .cookiebot-notice-logo { |
| 21 | clear: both; |
| 22 | content: ""; |
| 23 | display: block; |
| 24 | background-image: url("../img/icon.svg"); |
| 25 | background-size: 108px auto; |
| 26 | background-repeat: no-repeat; |
| 27 | background-position: 0 45%; |
| 28 | width: 125px; |
| 29 | position: absolute; |
| 30 | top: 0; |
| 31 | bottom: 0; |
| 32 | left: 25px; |
| 33 | } |
| 34 | .cookiebot-admin-notice > .dashicons { |
| 35 | color: #424242; |
| 36 | position: absolute; |
| 37 | right: 20px; |
| 38 | top: 50%; |
| 39 | font-size: 20px; |
| 40 | transform: translateY(-50%); |
| 41 | } |
| 42 | .cookiebot-notice-title { |
| 43 | font-size: 24px; |
| 44 | font-weight: 700; |
| 45 | margin: 0; |
| 46 | color: #141414; |
| 47 | } |
| 48 | .cookiebot-notice-body { |
| 49 | font-weight: normal; |
| 50 | font-size: 16px; |
| 51 | line-height: 24px; |
| 52 | margin: 18px 0 0; |
| 53 | color: #141414; |
| 54 | } |
| 55 | .cookiebot-notice-body:after { |
| 56 | clear: both; |
| 57 | content: ""; |
| 58 | display: block; |
| 59 | } |
| 60 | .cookiebot-notice-body li { |
| 61 | float: left; |
| 62 | margin-right: 20px; |
| 63 | } |
| 64 | .cookiebot-notice-body .dashicons { |
| 65 | font-size: 20px; |
| 66 | } |
| 67 | .cookiebot-blue { |
| 68 | color: #10738B; |
| 69 | } |
| 70 | |
| 71 | .admin-notice-promo { |
| 72 | background: #fff; |
| 73 | border-top: 4px; |
| 74 | display: block; |
| 75 | min-height: 68px; |
| 76 | padding: 10px 40px 0px 10px; |
| 77 | margin: 10px 0; |
| 78 | position: relative; |
| 79 | } |
| 80 | |
| 81 | .admin-notice-promo:after { |
| 82 | content: ''; |
| 83 | display: table; |
| 84 | clear: both; |
| 85 | } |
| 86 | |
| 87 | .close-promo { |
| 88 | position: absolute; |
| 89 | top: 5px; |
| 90 | right: 5px; |
| 91 | } |
| 92 | |
| 93 | .promo { |
| 94 | background-position: center; |
| 95 | background-repeat: no-repeat; |
| 96 | background-size: 972px 200px; |
| 97 | height: 200px; |
| 98 | max-width: 100%; |
| 99 | } |
| 100 | |
| 101 | .promo a { |
| 102 | display: block; |
| 103 | height: 100%; |
| 104 | } |