You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567891011 |
- @import "@simonwep/pickr/dist/themes/monolith.min";
-
- .pcr-app[data-theme="monolith"] .pcr-selection .pcr-color-preview .pcr-last-color {
- @include border-radius(0);
- @include border-start-radius(.15em);
- }
-
- .pcr-app[data-theme="monolith"] .pcr-selection .pcr-color-preview .pcr-current-color {
- @include border-radius(0);
- @include border-end-radius(.15em);
- }
|