mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 06:40:42 +00:00
Make design sharp
This commit is contained in:
parent
d620a0745d
commit
1b4670b719
BIN
packages/strapi-admin/admin/src/assets/images/logo-strapi.png
Executable file → Normal file
BIN
packages/strapi-admin/admin/src/assets/images/logo-strapi.png
Executable file → Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 2.4 KiB |
@ -17,11 +17,11 @@
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
letter-spacing: 0.2rem;
|
letter-spacing: 0.2rem;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|
||||||
background-image: url('../../assets/images/logo-strapi.png');
|
background-image: url('../../assets/images/logo-strapi.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: 55px 17px;
|
||||||
background-size: auto 2.5rem;
|
background-size: auto 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leftMenuHeaderLink {
|
.leftMenuHeaderLink {
|
||||||
|
|||||||
@ -17,4 +17,8 @@
|
|||||||
html {
|
html {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -68,7 +68,7 @@
|
|||||||
width: 3.4rem;
|
width: 3.4rem;
|
||||||
height: 3.4rem;
|
height: 3.4rem;
|
||||||
margin-top: .9rem;
|
margin-top: .9rem;
|
||||||
padding-left: 1.1rem;
|
padding-left: 0.9rem;
|
||||||
background-color: rgba(16, 22, 34, 0.02);
|
background-color: rgba(16, 22, 34, 0.02);
|
||||||
border: 1px solid #E3E9F3;
|
border: 1px solid #E3E9F3;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
@ -89,6 +89,10 @@
|
|||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& + input {
|
||||||
|
border-left: 0px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.insideInput {
|
.insideInput {
|
||||||
|
|||||||
@ -79,8 +79,8 @@
|
|||||||
|
|
||||||
"InputSearch.placeholder": "Search for a user",
|
"InputSearch.placeholder": "Search for a user",
|
||||||
|
|
||||||
"List.button.roles": "Add a New Role",
|
"List.button.roles": "Add New Role",
|
||||||
"List.button.providers": "Add a New Provider",
|
"List.button.providers": "Add New Provider",
|
||||||
|
|
||||||
"List.title.emailTemplates.singular": "{number} email template is available",
|
"List.title.emailTemplates.singular": "{number} email template is available",
|
||||||
"List.title.emailTemplates.plural": "{number} email templates are available",
|
"List.title.emailTemplates.plural": "{number} email templates are available",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user