calendar popup styling

This commit is contained in:
10001shh
2018-08-28 14:21:27 -05:00
parent 711282eb54
commit cd5c1193a2

View File

@@ -252,7 +252,7 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html#
margin: auto; margin: auto;
max-height: 85%; max-height: 85%;
overflow-y: auto; overflow-y: auto;
padding: 20px; padding: 15px;
border: 1px solid #888; border: 1px solid #888;
width: 35%; width: 35%;
} }
@@ -298,7 +298,7 @@ body a:visited {
.card { .card {
transition: 0.3s; transition: 0.3s;
margin-bottom: 10px; margin-bottom: 5px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
} }