Pleasing shadows
This commit is contained in:
parent
d7a0999c3e
commit
f88532012e
|
@ -59,6 +59,7 @@ body {
|
|||
left: 0;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
box-shadow: lightgrey 5px 5px 5px;
|
||||
}
|
||||
|
||||
.closebar {
|
||||
|
@ -71,6 +72,8 @@ body {
|
|||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-right: 8px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -131,6 +134,7 @@ button {
|
|||
min-width: 28px;
|
||||
transition: all 0.3s ease;
|
||||
margin-left: auto;
|
||||
box-shadow: lightgrey 5px 5px 5px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
|
Reference in New Issue