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