Line 59: | Line 59: | ||
text-align: left; | text-align: left; | ||
+ | input.tealButton { | ||
+ | /*width: 300px;*/ | ||
+ | padding: 20px; | ||
+ | cursor: pointer; | ||
+ | font-weight: bold; | ||
+ | font-family: Arial, sans-serif !important; | ||
+ | font-size: calc(14px + 0.5vw) !important; | ||
+ | background: #377b7e; | ||
+ | color: #fff; | ||
+ | border: 1px solid #377b7e; | ||
+ | border-radius: 10px; | ||
+ | box-shadow: 0 0 10px #377b7e; | ||
+ | } | ||
+ | |||
+ | input.tealButton:hover { | ||
+ | color: #ffffff; | ||
+ | background: #f5af3e; | ||
+ | border: 1px solid #f5af3e; | ||
+ | } | ||
+ | * {box-sizing: border-box;} | ||
+ | ul {list-style-type: none;} | ||
Revision as of 01:56, 17 October 2018