_background.scss
1 year ago
_category-checkboxes.scss
1 year ago
_category-filter.scss
1 year ago
_checkbox-icons.scss
1 year ago
_custom-fields.scss
1 year ago
_elements.scss
1 year ago
_form-table.scss
1 year ago
_help-tab.scss
1 year ago
_inner-table.scss
1 year ago
_inputs.scss
1 year ago
_layout-example-columns.scss
1 year ago
_layout-example-grid.scss
1 year ago
_layout-example-masonry.scss
1 year ago
_layout-examples.scss
1 year ago
_layout.scss
1 year ago
_list-radio-buttons.scss
1 year ago
_misc.scss
1 year ago
_screenshots.scss
1 year ago
_sticky-views.scss
1 year ago
_structure.scss
1 year ago
_template.scss
1 year ago
_view-info.scss
1 year ago
_background.scss
31 lines
| 1 | /* ------------------------------------------------- |
| 2 | Background options |
| 3 | ------------------------------------------------- */ |
| 4 | |
| 5 | .color-picker-wrap { |
| 6 | display: flex; |
| 7 | |
| 8 | > div:first-child { |
| 9 | min-width: 80px; |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | .background-preview-wrap { |
| 14 | background: #FFF; |
| 15 | padding: 2em; |
| 16 | max-width: 300px; |
| 17 | } |
| 18 | |
| 19 | #background-preview { |
| 20 | padding: 1em; |
| 21 | text-align: center; |
| 22 | |
| 23 | &.dark { |
| 24 | color: #333; |
| 25 | } |
| 26 | |
| 27 | &.light { |
| 28 | color: #EEE; |
| 29 | } |
| 30 | } |
| 31 |