Line 188: | Line 188: | ||
text-align: left; | text-align: left; | ||
border: none; | border: none; | ||
+ | -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23); | ||
+ | -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23); | ||
+ | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23); | ||
outline: none; | outline: none; | ||
/* I wanted to give a gradual change, but it's having some trouble reading the 'transition' property. I'll look into having it javascripted instead. */ | /* I wanted to give a gradual change, but it's having some trouble reading the 'transition' property. I'll look into having it javascripted instead. */ | ||
Line 194: | Line 197: | ||
font-weight: 400; | font-weight: 400; | ||
font-size: 20px; | font-size: 20px; | ||
+ | margin-bottom: 6px; | ||
} | } | ||
Line 207: | Line 211: | ||
background-color: transparent; | background-color: transparent; | ||
text-align: center; | text-align: center; | ||
− | margin-top: | + | margin-top: 0; |
max-height: 0; | max-height: 0; | ||
overflow: hidden; | overflow: hidden; |
Revision as of 22:53, 10 October 2018