Changes

m
no edit summary
Line 53: Line 53:     
.button {
 
.button {
   width: 140px;
+
   width: 280px;
 
   height: 30px;
 
   height: 30px;
 
   font-family: 'Roboto', sans-serif;
 
   font-family: 'Roboto', sans-serif;
Line 73: Line 73:     
.button:hover {
 
.button:hover {
   background-color: #ff9800;
+
   background-color: #ffc166;
   box-shadow: 0px 15px 20px rgba(255, 152, 0, 0.4);
+
   box-shadow: 0px 15px 20px rgba(255, 193, 102, 0.4);
 
   color: #fff;
 
   color: #fff;
 
   transform: translateY(-7px);
 
   transform: translateY(-7px);
2,600

edits