Нема описа
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.

_pickr-monolith.scss 363B

1234567891011
  1. @import "@simonwep/pickr/dist/themes/monolith.min";
  2. .pcr-app[data-theme="monolith"] .pcr-selection .pcr-color-preview .pcr-last-color {
  3. @include border-radius(0);
  4. @include border-start-radius(.15em);
  5. }
  6. .pcr-app[data-theme="monolith"] .pcr-selection .pcr-color-preview .pcr-current-color {
  7. @include border-radius(0);
  8. @include border-end-radius(.15em);
  9. }