|
@@ -105,7 +105,11 @@
|
|
|
transform: translateX(-50%);
|
|
|
|
|
|
.button1 {
|
|
|
- // background-color: #52A63A;
|
|
|
+ /deep/button {
|
|
|
+ background-color: #56a83a !important;
|
|
|
+ border: none !important;
|
|
|
+ }
|
|
|
+
|
|
|
margin-bottom: 12px;
|
|
|
float: left;
|
|
|
width: 100%;
|
|
@@ -113,9 +117,11 @@
|
|
|
}
|
|
|
|
|
|
.button2 {
|
|
|
- color: #52A63A !important;
|
|
|
- border-color: #52A63A !important;
|
|
|
- background-color: #F3F3F3 !important;
|
|
|
+ /deep/button {
|
|
|
+ background-color: #74bd60 !important;
|
|
|
+ border: none !important;
|
|
|
+ color: white !important;
|
|
|
+ }
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
height: 34px;
|