mirror of
https://github.com/heyman/heynote.git
synced 2025-06-21 18:11:35 +02:00
Add box-shadow to Settings dialog
This commit is contained in:
parent
1487590d1d
commit
cb7b071517
@ -179,6 +179,7 @@
|
|||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
background: #fff
|
background: #fff
|
||||||
color: #333
|
color: #333
|
||||||
|
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2)
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
&:active, &:selected, &:focus, &:focus-visible
|
&:active, &:selected, &:focus, &:focus-visible
|
||||||
border: none
|
border: none
|
||||||
@ -186,6 +187,7 @@
|
|||||||
+dark-mode
|
+dark-mode
|
||||||
background: #333
|
background: #333
|
||||||
color: #eee
|
color: #eee
|
||||||
|
box-shadow: 0 0 25px rgba(0, 0, 0, 0.3)
|
||||||
.dialog-content
|
.dialog-content
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
padding: 40px
|
padding: 40px
|
||||||
|
Loading…
x
Reference in New Issue
Block a user