mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
New look and feel for auth screens
This commit is contained in:
parent
8d525ce733
commit
ff1d737c68
13 changed files with 49 additions and 37 deletions
|
@ -60,7 +60,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
> .bookmarks {
|
||||
> .bookmarks, > .login {
|
||||
display: inline-block;
|
||||
|
||||
>.dicon {
|
||||
|
@ -169,7 +169,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
> .bookmarks {
|
||||
> .bookmarks, > .login {
|
||||
>.dicon {
|
||||
display: block;
|
||||
color: $color-white;
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
max-width: 500px;
|
||||
padding: 20px 50px;
|
||||
background-color: $color-white;
|
||||
color: $color-black-light-1;
|
||||
color: map-get($gray-shades, 700);
|
||||
@include border-radius(3px);
|
||||
@include shadow();
|
||||
border: 1px solid map-get($gray-shades, 400);
|
||||
|
||||
.logo {
|
||||
text-align: center;
|
||||
|
@ -29,7 +29,8 @@
|
|||
> .url {
|
||||
margin: 20px 0;
|
||||
color: map-get($gray-shades, 700);
|
||||
font-weight: 0.9rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -155,14 +155,14 @@
|
|||
h2
|
||||
{
|
||||
font-size: 2rem;;
|
||||
color: $theme-500;
|
||||
color: $color-black-light-2;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
font-size: 1.3rem;
|
||||
color: $theme-500;
|
||||
color: $color-black-light-2;
|
||||
}
|
||||
|
||||
p.note
|
||||
|
@ -184,7 +184,7 @@
|
|||
}
|
||||
|
||||
input[type='email'], input[type='text'], input[type='password'] {
|
||||
background-color: transparent;
|
||||
// background-color: transparent;
|
||||
}
|
||||
|
||||
// input[type='submit']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue