Line 27: | Line 27: | ||
border-bottom-right-radius: 30px; | border-bottom-right-radius: 30px; | ||
border-top-right-radius: 30px; | border-top-right-radius: 30px; | ||
+ | opacity: 0.5; | ||
} | } | ||
Line 33: | Line 34: | ||
border-bottom-right-radius: 0; | border-bottom-right-radius: 0; | ||
border-top-right-radius: 0px; | border-top-right-radius: 0px; | ||
+ | opacity: 1; | ||
} | } | ||
} | } | ||
Line 70: | Line 72: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
− | background-color: # | + | background-color: #1F618D; |
position: absolute; | position: absolute; | ||
align-items: center; | align-items: center; | ||
Line 77: | Line 79: | ||
color: #FFF; | color: #FFF; | ||
transition: 0.5s; | transition: 0.5s; | ||
− | -webkit-box-shadow: inset - | + | -webkit-box-shadow: inset -50px -42px 114px -30px rgba(0,0,0,0.75); |
− | -moz-box-shadow: inset - | + | -moz-box-shadow: inset -50px -42px 114px -30px rgba(0,0,0,0.75); |
− | box-shadow: inset - | + | box-shadow: inset -50px -42px 114px -30px rgba(0,0,0,0.75); |
z-index: 10; | z-index: 10; | ||
} | } | ||
Line 86: | Line 88: | ||
cursor: pointer; | cursor: pointer; | ||
font-size: 18px; | font-size: 18px; | ||
− | background-color: # | + | background-color: #1A5276; |
box-shadow: none; | box-shadow: none; | ||
} | } |
Revision as of 01:48, 3 June 2018