no message
This commit is contained in:
parent
bea1896bf7
commit
29fa121c13
@ -12,8 +12,6 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 66px;
|
height: 66px;
|
||||||
background: -webkit-linear-gradient(0deg, #7b8cd3 0%, #dae3fd 99%);
|
|
||||||
background: -moz-linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
|
|
||||||
background: 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;
|
||||||
@ -41,7 +39,7 @@
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
.boxbox .details {
|
.boxbox .details {
|
||||||
padding: 31px 60px;
|
padding: 31px 60px 40px;
|
||||||
}
|
}
|
||||||
.boxbox .details .logo {
|
.boxbox .details .logo {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
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: -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%);
|
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;
|
||||||
@ -44,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.details {
|
.details {
|
||||||
padding: 31px 60px;
|
padding: 31px 60px 40px;
|
||||||
.logo {
|
.logo {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
Loading…
Reference in New Issue
Block a user