no message
This commit is contained in:
parent
ca63c45c35
commit
c612d85655
@ -1423,7 +1423,7 @@
|
|||||||
background: linear-gradient(to right, #eef7f5, #dbe3fd);
|
background: linear-gradient(to right, #eef7f5, #dbe3fd);
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
box-shadow: 0px 0px 7px #7b8cd3;
|
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
|
||||||
}
|
}
|
||||||
.base .type1 .btn {
|
.base .type1 .btn {
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
|
@ -1629,7 +1629,8 @@
|
|||||||
background: linear-gradient(to right, rgb(238, 247, 245), rgb(219, 227, 253));
|
background: linear-gradient(to right, rgb(238, 247, 245), rgb(219, 227, 253));
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
box-shadow: 0px 0px 7px rgb(123 140 211);
|
// box-shadow: 0px 0px 7px rgb(123 140 211);
|
||||||
|
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
|
||||||
.btn {
|
.btn {
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
margin: 0 24px;
|
margin: 0 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user