mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 17:19:01 +00:00
Fix design
This commit is contained in:
parent
4a510ac729
commit
db5e72f4e3
@ -55,6 +55,7 @@
|
|||||||
width: 70px;
|
width: 70px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-right: 14px;
|
margin-right: 14px;
|
||||||
|
color: #333740;
|
||||||
border: 1px solid rgba(28,93,231,0.1);
|
border: 1px solid rgba(28,93,231,0.1);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
@ -62,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,6 +6,10 @@
|
|||||||
padding-top: 1.9rem;
|
padding-top: 1.9rem;
|
||||||
> div {
|
> div {
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
|
|
||||||
|
&:last-child{
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> div:not(:first-child) {
|
> div:not(:first-child) {
|
||||||
background: linear-gradient(315deg, rgba(255,255,255,0) 0%, rgba(227, 233, 243, 0.54) 100%);
|
background: linear-gradient(315deg, rgba(255,255,255,0) 0%, rgba(227, 233, 243, 0.54) 100%);
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
.main_wrapper{
|
.main_wrapper{
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 22px 28px;
|
padding: 22px 28px 0px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 2px 4px #E3E9F3;
|
box-shadow: 0 2px 4px #E3E9F3;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user