no message
This commit is contained in:
parent
df1a72a895
commit
36589257ce
@ -12,9 +12,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 66px;
|
height: 66px;
|
||||||
background: -webkit-linear-gradient(0deg, #7b8cd3 0%, #dae3fd 99%);
|
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
||||||
background: -moz-linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
|
|
||||||
background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
|
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
@ -12,9 +12,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 66px;
|
height: 66px;
|
||||||
background: -webkit-linear-gradient(0deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%);
|
background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236));
|
||||||
background: -moz-linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%);
|
|
||||||
background: linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%);
|
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user