dev: updated border color and width variables
This commit is contained in:
parent
0f786f04c8
commit
c73dd94eae
1 changed files with 5 additions and 3 deletions
|
|
@ -19,8 +19,9 @@
|
||||||
--headerColor: rgba(30, 40, 54, 0.8);
|
--headerColor: rgba(30, 40, 54, 0.8);
|
||||||
--drawerColor: rgba(30, 40, 54, 0.9);
|
--drawerColor: rgba(30, 40, 54, 0.9);
|
||||||
|
|
||||||
--borderColor: rgb(71, 80, 92);
|
--borderColor: hsl(214, 13%, 32%);
|
||||||
--lighterBorderColor: rgb(255 255 255 / 20%);
|
--darkerBorderColor: hsl(214, 13%, 22%);
|
||||||
|
--lighterBorderColor: hsla(0, 0%, 100%, 0.2);
|
||||||
|
|
||||||
--selectorBackgroundColor: rgb(55, 65, 81);
|
--selectorBackgroundColor: rgb(55, 65, 81);
|
||||||
--selectorBackgroundColorAlpha: rgba(55, 65, 81, 0.5);
|
--selectorBackgroundColorAlpha: rgba(55, 65, 81, 0.5);
|
||||||
|
|
@ -67,7 +68,8 @@
|
||||||
--largeRadius: 1em;
|
--largeRadius: 1em;
|
||||||
--smallRadius: .5em;
|
--smallRadius: .5em;
|
||||||
--smallerRadius: .375em;
|
--smallerRadius: .375em;
|
||||||
--borderWidth: 0.075em;
|
--borderWidth: .06em;
|
||||||
|
--borderWidthDouble: .12em;
|
||||||
|
|
||||||
--blurSmallest: blur(2px);
|
--blurSmallest: blur(2px);
|
||||||
--blurDefault: blur(5px);
|
--blurDefault: blur(5px);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue