...
|
...
|
@@ -14,8 +14,8 @@ |
|
|
padding: 10px 30px;
|
|
|
min-width: 246px;
|
|
|
border-radius: 10px;
|
|
|
background-color: #000;
|
|
|
background-image: linear-gradient(to bottom, #000 0%, #333 100%);
|
|
|
background-color: #fff;
|
|
|
//background-image: linear-gradient(to bottom, #000 0%, #333 100%);
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
|
|
|
text-align: center;
|
|
|
font-size: 28px;
|
...
|
...
|
|