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