ebrowne commited on
Commit
a9c0aeb
·
verified ·
1 Parent(s): cc85f83

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -22
style.css CHANGED
@@ -46,28 +46,7 @@ button {
46
  font-size: 20px;
47
  color: #FFFFFF;
48
  padding: 8px;
 
49
  width: 150px;
50
  text-align: center;
51
- transition-duration: 0.4s;
52
- text-decoration: bold;
53
- }
54
-
55
- button:after {
56
- content: "";
57
- background: #f1f1f1;
58
- display: block;
59
- position: absolute;
60
- padding-top: 300%;
61
- padding-left: 350%;
62
- margin-left: -20px !important;
63
- margin-top: -120%;
64
- opacity: 0;
65
- transition: all 0.8s
66
- }
67
-
68
- button:active:after {
69
- padding: 0;
70
- margin: 0;
71
- opacity: 1;
72
- transition: 0s
73
  }
 
46
  font-size: 20px;
47
  color: #FFFFFF;
48
  padding: 8px;
49
+ border-radius: 8px;
50
  width: 150px;
51
  text-align: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  }