mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 08:38:15 -05:00
add optimized login img bg and minor css changes
This commit is contained in:
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 |
|
@ -42,6 +42,7 @@
|
||||||
border-color: $color-gray;
|
border-color: $color-gray;
|
||||||
color: $color-gray-lighter;
|
color: $color-gray-lighter;
|
||||||
font-size: $fs18;
|
font-size: $fs18;
|
||||||
|
margin-bottom: $big*2;
|
||||||
|
|
||||||
@include placeholder {
|
@include placeholder {
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
border-bottom: 1px solid $soft-ui-border;
|
border-bottom: 1px solid $soft-ui-border;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: $x-small;
|
padding: $small;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.page-icon {
|
.page-icon {
|
||||||
|
|
|
@ -107,6 +107,7 @@
|
||||||
border-radius: $br-small;
|
border-radius: $br-small;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0 $small;
|
margin: 0 $small;
|
||||||
|
|
Loading…
Add table
Reference in a new issue