notice.css
138 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:not(.cb-btn) { |
| 16 | color: #1032cf; |
| 17 | font-size: 16px; |
| 18 | text-decoration: none; |
| 19 | } |
| 20 | |
| 21 | .cookiebot-admin-notice a.cb-btn { |
| 22 | display: inline-block; |
| 23 | margin-top: 18px; |
| 24 | text-decoration: none; |
| 25 | padding: 15px; |
| 26 | font-size: 15px; |
| 27 | line-height: 20px; |
| 28 | font-weight: 500; |
| 29 | border-radius: 7px; |
| 30 | border: none; |
| 31 | cursor: pointer; |
| 32 | box-shadow: unset; |
| 33 | outline: unset; |
| 34 | background-color: #1032cf; |
| 35 | color: #ffffff; |
| 36 | } |
| 37 | |
| 38 | .cookiebot-notice-icon { |
| 39 | clear: both; |
| 40 | content: ""; |
| 41 | display: block; |
| 42 | background-size: 108px auto; |
| 43 | background-repeat: no-repeat; |
| 44 | background-position: 0 45%; |
| 45 | width: 125px; |
| 46 | position: absolute; |
| 47 | top: 0; |
| 48 | bottom: 0; |
| 49 | left: 25px; |
| 50 | } |
| 51 | |
| 52 | .cookiebot-notice-logo { |
| 53 | background-image: url("../img/icon.svg"); |
| 54 | } |
| 55 | |
| 56 | .cookiebot-notice-review { |
| 57 | background-image: url("../img/icons/rating.png"); |
| 58 | } |
| 59 | |
| 60 | .cookiebot-notice-bf { |
| 61 | background-image: url("../img/icons/cb-bf-notice.svg"); |
| 62 | } |
| 63 | |
| 64 | .cb-bf-links a.cb-btn{ |
| 65 | margin: 0; |
| 66 | } |
| 67 | |
| 68 | .cookiebot-admin-notice > .dashicons { |
| 69 | color: #424242; |
| 70 | position: absolute; |
| 71 | right: 20px; |
| 72 | top: 50%; |
| 73 | font-size: 20px; |
| 74 | transform: translateY(-50%); |
| 75 | } |
| 76 | .cookiebot-notice-title { |
| 77 | font-size: 24px; |
| 78 | font-weight: 700; |
| 79 | margin: 0; |
| 80 | color: #141414; |
| 81 | } |
| 82 | .cookiebot-notice-body { |
| 83 | font-weight: normal; |
| 84 | font-size: 16px; |
| 85 | line-height: 24px; |
| 86 | margin: 18px 0 0; |
| 87 | color: #141414; |
| 88 | } |
| 89 | .cookiebot-notice-body:after { |
| 90 | clear: both; |
| 91 | content: ""; |
| 92 | display: block; |
| 93 | } |
| 94 | .cookiebot-notice-body li { |
| 95 | float: left; |
| 96 | margin-right: 20px; |
| 97 | } |
| 98 | .cookiebot-notice-body .dashicons { |
| 99 | font-size: 20px; |
| 100 | } |
| 101 | .cookiebot-blue { |
| 102 | color: #10738B; |
| 103 | } |
| 104 | |
| 105 | .admin-notice-promo { |
| 106 | background: #fff; |
| 107 | border-top: 4px; |
| 108 | display: block; |
| 109 | min-height: 68px; |
| 110 | padding: 10px 40px 0px 10px; |
| 111 | margin: 10px 0; |
| 112 | position: relative; |
| 113 | } |
| 114 | |
| 115 | .admin-notice-promo:after { |
| 116 | content: ''; |
| 117 | display: table; |
| 118 | clear: both; |
| 119 | } |
| 120 | |
| 121 | .close-promo { |
| 122 | position: absolute; |
| 123 | top: 5px; |
| 124 | right: 5px; |
| 125 | } |
| 126 | |
| 127 | .promo { |
| 128 | background-position: center; |
| 129 | background-repeat: no-repeat; |
| 130 | background-size: 972px 200px; |
| 131 | height: 200px; |
| 132 | max-width: 100%; |
| 133 | } |
| 134 | |
| 135 | .promo a { |
| 136 | display: block; |
| 137 | height: 100%; |
| 138 | } |