This commit is contained in:
parent
81df039f6b
commit
93741609e3
|
@ -142,11 +142,12 @@
|
||||||
|
|
||||||
.send-msg {
|
.send-msg {
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
color: white;
|
|
||||||
height: 30px;
|
height: 30px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
background: #096f4b;
|
color: #019c88;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -187,7 +188,7 @@
|
||||||
line-height: 80upx;
|
line-height: 80upx;
|
||||||
border-radius: 60upx;
|
border-radius: 60upx;
|
||||||
margin-top: 32upx;
|
margin-top: 32upx;
|
||||||
background: linear-gradient(to right, #223845, #00a85b);
|
background: linear-gradient(to right, #019c88, #31c194);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 30upx;
|
font-size: 30upx;
|
||||||
|
|
||||||
|
|
|
@ -312,12 +312,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-msg {
|
.send-msg {
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
color: white;
|
height: 30px;
|
||||||
height: 30px;
|
font-size: 14px;
|
||||||
font-size: 10px;
|
line-height: 30px;
|
||||||
line-height: 30px;
|
color: #019c88;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue