| 1 |
/** |
| 2 |
* ultimate store kit license notice |
| 3 |
* todo: need to this move another file |
| 4 |
*/ |
| 5 |
.ultimate-store-kit-notice { |
| 6 |
padding: 0 !important; |
| 7 |
border: 0 !important; |
| 8 |
box-shadow: none !important; } |
| 9 |
.ultimate-store-kit-notice .notice-dismiss { |
| 10 |
padding: 15px; } |
| 11 |
.ultimate-store-kit-notice .bdt-license-notice-global { |
| 12 |
border-left: 4px solid #de122c !important; |
| 13 |
display: flex; |
| 14 |
align-items: flex-start; |
| 15 |
gap: 15px; |
| 16 |
padding: 25px; |
| 17 |
border-color: #e2e2e5; |
| 18 |
z-index: 99; |
| 19 |
/** |
| 20 |
* Start Prime Slider |
| 21 |
*/ } |
| 22 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-license-notice-logo img { |
| 23 |
width: 45px; |
| 24 |
height: auto; |
| 25 |
vertical-align: middle; } |
| 26 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-license-notice-content h3 { |
| 27 |
margin: 0 0 10px; |
| 28 |
font-size: 20px; } |
| 29 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-license-notice-content p { |
| 30 |
margin: 0; |
| 31 |
color: #5f6169; |
| 32 |
max-width: 750px; } |
| 33 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-license-notice-button-wrap { |
| 34 |
margin-top: 14px; |
| 35 |
display: flex; |
| 36 |
align-items: center; |
| 37 |
gap: 10px; } |
| 38 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-button { |
| 39 |
padding: 12px 16px; |
| 40 |
border-radius: 3px; |
| 41 |
line-height: 1; |
| 42 |
font-size: 12px; |
| 43 |
font-weight: 500; |
| 44 |
text-decoration: none; } |
| 45 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-button-allow { |
| 46 |
color: #fff; } |
| 47 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-button-skip { |
| 48 |
border: 0; |
| 49 |
color: #e62a3f; } |
| 50 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-button-allow { |
| 51 |
--primaryColor: #e62a3f; |
| 52 |
--secondaryColor: #00216a; |
| 53 |
background: linear-gradient(313deg, var(--primaryColor), var(--secondaryColor) 100%); } |
| 54 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-button-allow:hover { |
| 55 |
--primaryColor: #00216a; |
| 56 |
--secondaryColor: #e62a3f; } |
| 57 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-button-skip { |
| 58 |
background-color: rgba(180, 40, 76, 0.22); } |
| 59 |
.ultimate-store-kit-notice .bdt-license-notice-global .bdt-button-skip:hover { |
| 60 |
background-color: rgba(180, 40, 75, 0.322); } |
| 61 |
|
| 62 |
/** |
| 63 |
* ultimate store kit admin notice end |
| 64 |
*/ |
| 65 |
|