1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
keeweb/app/styles/themes/_theme-defaults.scss
2019-09-08 13:10:01 +02:00

13 lines
308 B
SCSS

$theme-defaults: (
mute-percent: 30%,
light-border-percent: 10%,
modal-opacity: 0.9,
color-lightness-shift: 0,
focus-shadow-blur: 3px,
focus-shadow-spread: 0,
button-border-radius: 1px,
input-border-radius: 1px,
selected-border-width: 3px,
accent-border-width: 1px
);