Showing
1 changed file
with
6 additions
and
7 deletions
@@ -97,18 +97,17 @@ button { | @@ -97,18 +97,17 @@ button { | ||
97 | position: fixed; | 97 | position: fixed; |
98 | display: none; | 98 | display: none; |
99 | text-align: center; | 99 | text-align: center; |
100 | - width: 70%; | ||
101 | - padding: 18PX 55PX; | 100 | + padding: 15PX; |
102 | top: 50%; | 101 | top: 50%; |
103 | - left: 50%; | ||
104 | - margin-left: -35%; | ||
105 | - margin-top: -45PX; | ||
106 | - background-color: rgba(0, 0, 0, 0.7); | 102 | + background-color: rgba(0,0,0,.7); |
107 | color: #fff; | 103 | color: #fff; |
108 | font-size: 18PX; | 104 | font-size: 18PX; |
109 | border: none; | 105 | border: none; |
110 | - z-index: 4; | 106 | + z-index:4; |
111 | border-radius: 10PX; | 107 | border-radius: 10PX; |
108 | + margin: 0 auto; | ||
109 | + left: 50%; | ||
110 | + transform: translateX(-50%); | ||
112 | } | 111 | } |
113 | 112 | ||
114 | .order-failure { | 113 | .order-failure { |
-
Please register or login to post a comment