| 1 |
.wpbbe-hidden-row { |
| 2 |
display: none !important; |
| 3 |
} |
| 4 |
|
| 5 |
.wpbbe-tabs { |
| 6 |
visibility: hidden; |
| 7 |
} |
| 8 |
|
| 9 |
.wpbbe-tabs.wpbbe-ready { |
| 10 |
visibility: visible; |
| 11 |
} |
| 12 |
|
| 13 |
.wpbbe-setting #user-defined-breakpoint-list { |
| 14 |
display: flex; |
| 15 |
flex-direction: column; |
| 16 |
gap: 0.5em; |
| 17 |
margin-bottom: 0.5em; |
| 18 |
} |
| 19 |
|
| 20 |
.wpbbe-setting .user-defined-breakpoint.item { |
| 21 |
display: flex; |
| 22 |
align-items: center; |
| 23 |
gap: 0.2em; |
| 24 |
} |
| 25 |
|
| 26 |
.wpbbe-setting .user-defined-breakpoint.item input[type="number"] { |
| 27 |
width: 70px; |
| 28 |
} |
| 29 |
|
| 30 |
.wpbbe-setting .user-defined-breakpoint.item select { |
| 31 |
width: 60px; |
| 32 |
} |
| 33 |
|
| 34 |
.wpbbe-setting .user-defined-breakpoint.item .remove-breakpoint { |
| 35 |
width: auto; |
| 36 |
height: auto; |
| 37 |
line-height: inherit; |
| 38 |
font-size: 1.5em; |
| 39 |
vertical-align: middle; |
| 40 |
cursor: pointer; |
| 41 |
} |
| 42 |
|
| 43 |
.wpbbe-animation-setting-row th { |
| 44 |
vertical-align: middle; |
| 45 |
} |
| 46 |
|