0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

add optimized login img bg and minor css changes

This commit is contained in:
elhombretecla 2016-04-03 14:17:38 +02:00
parent 711a8c9c69
commit 17cda7c60d
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 149 KiB

View file

@ -42,6 +42,7 @@
border-color: $color-gray;
color: $color-gray-lighter;
font-size: $fs18;
margin-bottom: $big*2;
@include placeholder {
color: $color-gray;

View file

@ -57,7 +57,7 @@
border-bottom: 1px solid $soft-ui-border;
display: flex;
flex-direction: row;
padding: $x-small;
padding: $small;
width: 100%;
.page-icon {

View file

@ -107,6 +107,7 @@
border-radius: $br-small;
cursor: pointer;
display: flex;
flex-shrink: 0;
height: 30px;
justify-content: center;
margin: 0 $small;