mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
Fix design
This commit is contained in:
parent
4a510ac729
commit
db5e72f4e3
@ -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;
|
||||
}
|
||||
|
||||
@ -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%);
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
.main_wrapper{
|
||||
background: #ffffff;
|
||||
padding: 22px 28px;
|
||||
padding: 22px 28px 0px;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 2px 4px #E3E9F3;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user