| 1 |
@font-face { |
| 2 |
font-family: 'Inter'; |
| 3 |
font-style: normal; |
| 4 |
font-weight: 100 900; |
| 5 |
font-display: swap; |
| 6 |
src: url('../fonts/Inter.woff2') format('woff2'); |
| 7 |
} |
| 8 |
|
| 9 |
#wpwrap, |
| 10 |
#wpcontent, |
| 11 |
.king-addons-settings { |
| 12 |
display: block !important; |
| 13 |
} |
| 14 |
|
| 15 |
.kng-btn-submit-wrap { |
| 16 |
margin-top: 20px; |
| 17 |
text-align: right; |
| 18 |
} |
| 19 |
|
| 20 |
/*noinspection DuplicatedCode*/ |
| 21 |
.kng-btn-submit { |
| 22 |
font-size: 13px; |
| 23 |
font-weight: 400; |
| 24 |
line-height: 2; |
| 25 |
padding: 8px 24px; |
| 26 |
cursor: pointer; |
| 27 |
transition: all 300ms; |
| 28 |
letter-spacing: 1px; |
| 29 |
color: white; |
| 30 |
border: none; |
| 31 |
border-radius: 12px; |
| 32 |
background: linear-gradient(45deg, #E1CBFF, #9B62FF 50%, #5B03FF); |
| 33 |
} |
| 34 |
|
| 35 |
.kng-btn-submit:hover { |
| 36 |
color: black; |
| 37 |
} |
| 38 |
|
| 39 |
hr.king-addons-settings-separator { |
| 40 |
border: none; |
| 41 |
border-top: 1px solid rgb(100 105 112 / 40%); |
| 42 |
} |