Make design sharp

This commit is contained in:
Aurelsicoko 2017-11-29 17:08:27 +01:00
parent d620a0745d
commit 1b4670b719
5 changed files with 14 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -17,11 +17,11 @@
font-size: 2rem;
letter-spacing: 0.2rem;
color: $white;
background-image: url('../../assets/images/logo-strapi.png');
background-repeat: no-repeat;
background-position: center center;
background-size: auto 2.5rem;
background-position: 55px 17px;
background-size: auto 3rem;
}
.leftMenuHeaderLink {

View File

@ -17,4 +17,8 @@
html {
font-size: 62.5%;
}
* {
-webkit-font-smoothing: antialiased;
}
}

View File

@ -68,7 +68,7 @@
width: 3.4rem;
height: 3.4rem;
margin-top: .9rem;
padding-left: 1.1rem;
padding-left: 0.9rem;
background-color: rgba(16, 22, 34, 0.02);
border: 1px solid #E3E9F3;
border-radius: 0.25rem;
@ -89,6 +89,10 @@
font-weight: 900;
font-family: Lato;
}
& + input {
border-left: 0px !important;
}
}
.insideInput {

View File

@ -79,8 +79,8 @@
"InputSearch.placeholder": "Search for a user",
"List.button.roles": "Add a New Role",
"List.button.providers": "Add a New Provider",
"List.button.roles": "Add New Role",
"List.button.providers": "Add New Provider",
"List.title.emailTemplates.singular": "{number} email template is available",
"List.title.emailTemplates.plural": "{number} email templates are available",