Fix design

This commit is contained in:
Aurelsicoko 2017-11-28 16:40:55 +01:00
parent 4a510ac729
commit db5e72f4e3
3 changed files with 7 additions and 2 deletions

View File

@ -55,6 +55,7 @@
width: 70px;
margin: auto;
margin-right: 14px;
color: #333740;
border: 1px solid rgba(28,93,231,0.1);
border-radius: 3px;
line-height: 36px;
@ -62,7 +63,7 @@
}
.name {
font-size: 11px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}

View File

@ -6,6 +6,10 @@
padding-top: 1.9rem;
> div {
border-bottom: 1px solid white;
&:last-child{
border-bottom: none;
}
}
> div:not(:first-child) {
background: linear-gradient(315deg, rgba(255,255,255,0) 0%, rgba(227, 233, 243, 0.54) 100%);

View File

@ -15,7 +15,7 @@
.main_wrapper{
background: #ffffff;
padding: 22px 28px;
padding: 22px 28px 0px;
border-radius: 2px;
box-shadow: 0 2px 4px #E3E9F3;
}