element-plus.min.css
2 years ago
options.css
2 years ago
options.less
2 years ago
options.min.css
2 years ago
wpfront-scroll-top.css
2 years ago
wpfront-scroll-top.min.css
2 years ago
options.less
60 lines
| 1 | @import "../templates/help-icon/help-icon.less"; |
| 2 | @import "../templates/color-picker/color-picker.less"; |
| 3 | @import "../templates/display-settings/display-settings.less"; |
| 4 | @import "../templates/font-awesome-button-settings/font-awesome-button-settings.less"; |
| 5 | @import "../templates/image-button-settings/image-button-settings.less"; |
| 6 | @import "../templates/posts-filter-selection/posts-filter-selection.less"; |
| 7 | |
| 8 | #scroll-top-content { |
| 9 | |
| 10 | @keyframes loading-animation { |
| 11 | 0% { |
| 12 | background-position: 100% 50%; |
| 13 | } |
| 14 | |
| 15 | 100% { |
| 16 | background-position: 0 50%; |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | .loading p { |
| 21 | background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%); |
| 22 | background-size: 400%; |
| 23 | animation: loading-animation 1s ease-in-out infinite; |
| 24 | color: transparent; |
| 25 | height: 1.5em; |
| 26 | width: 60%; |
| 27 | margin: 0; |
| 28 | margin-bottom: .5em; |
| 29 | } |
| 30 | |
| 31 | .loading p:last-child { |
| 32 | width: 55%; |
| 33 | } |
| 34 | |
| 35 | div.metabox-holder { |
| 36 | display: flow-root; |
| 37 | |
| 38 | div#post-body-content { |
| 39 | position: relative; |
| 40 | } |
| 41 | |
| 42 | div.postbox-container-right { |
| 43 | position: sticky; |
| 44 | top: 40px; |
| 45 | |
| 46 | div.notice.error { |
| 47 | display: block; |
| 48 | color: red; |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | } |
| 53 | |
| 54 | th { |
| 55 | &.deprecated { |
| 56 | opacity: 0.5; |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | } |