slightly change box shadow and maybe, with a bit of luck, fix ci/cd
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
acb534b816
commit
281b0fa757
3 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
background-color: var(--channel-top-bar-color);
|
||||
// box-shadow: 0 8px 6px -6px black;
|
||||
box-shadow: 1px 1px 1px -0px var(--card-box-shadow-color);
|
||||
box-shadow: var(--card-box-shadow-color);
|
||||
|
||||
height: 32px;
|
||||
padding: 8px;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
--background-color: #{$dark1};
|
||||
|
||||
--default-main-card-color: var(--background-color);
|
||||
--card-box-shadow-color: #111010be;
|
||||
--card-box-shadow-color: 0 1px 0 #1d1a1abe;
|
||||
|
||||
--default-text-color: #{$light3};
|
||||
--darker-text-color: #{$light1};
|
||||
|
|
Loading…
Reference in a new issue