| 1 |
.wowp-settings { |
| 2 |
#poststuff { |
| 3 |
padding-top: 0; |
| 4 |
margin-top: 15px; |
| 5 |
} |
| 6 |
h4{ |
| 7 |
display: flex; |
| 8 |
width: max-content; |
| 9 |
gap: 8px; |
| 10 |
align-items: center; |
| 11 |
margin: 0 0 1.5rem 0; |
| 12 |
font-weight: 800; |
| 13 |
box-sizing: border-box; |
| 14 |
color: var(--wowp-blue); |
| 15 |
font-size: 16px; |
| 16 |
letter-spacing: -1.08px; |
| 17 |
line-height: 18px; |
| 18 |
text-align: left; |
| 19 |
-webkit-font-smoothing: antialiased; |
| 20 |
background-color: var(--wowp-bg); |
| 21 |
padding: 4px 8px; |
| 22 |
border-radius: 25px; |
| 23 |
} |
| 24 |
} |
| 25 |
|
| 26 |
.codericon { |
| 27 |
color: var(--wowp-orange); |
| 28 |
} |
| 29 |
|
| 30 |
.nav-tab-wrapper.wowp-tab { |
| 31 |
cursor: pointer; |
| 32 |
} |
| 33 |
|
| 34 |
.wowp-tab .nav-tab-active { |
| 35 |
background-color: #ffffff; |
| 36 |
border-bottom: 1px solid #ffffff; |
| 37 |
} |
| 38 |
|
| 39 |
.wowp-tab-content { |
| 40 |
position: relative; |
| 41 |
padding: 1.5rem 1.25rem; |
| 42 |
background-color: #ffffff; |
| 43 |
border-width: 1px; |
| 44 |
border-style: solid; |
| 45 |
border-image: linear-gradient( to bottom, var(--wowp-blue), var(--wowp-yellow) ) 1 100%; |
| 46 |
|
| 47 |
.tab-content { |
| 48 |
position: absolute; |
| 49 |
left: -9999%; |
| 50 |
&.tab-content-active { |
| 51 |
position: relative; |
| 52 |
left: 0; |
| 53 |
} |
| 54 |
} |
| 55 |
|
| 56 |
} |
| 57 |
|
| 58 |
.wowp-text-helper { |
| 59 |
width: 100%; |
| 60 |
} |
| 61 |
|
| 62 |
|