mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: change border to shadow
This commit is contained in:
parent
e7fc951310
commit
a53800c6b1
1 changed files with 4 additions and 2 deletions
|
|
@ -69,8 +69,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
border: 2px solid #818cf8;
|
border-color: transparent;
|
||||||
box-shadow: 0 10px 20px #818cf833;
|
box-shadow:
|
||||||
|
0 0 0 2px #818cf8,
|
||||||
|
0 10px 20px #818cf833;
|
||||||
|
|
||||||
& .icon {
|
& .icon {
|
||||||
color: #818cf8;
|
color: #818cf8;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue