mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:08:30 +02:00
add new UI changes
This commit is contained in:
parent
b8e47c87ba
commit
fd12724108
5 changed files with 22 additions and 7 deletions
|
@ -52,11 +52,15 @@
|
|||
background-color: $color-white;
|
||||
|
||||
.form-container {
|
||||
width: 368px;
|
||||
width: 412px;
|
||||
|
||||
.btn-ocean {
|
||||
margin-top: $x-big;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-google-auth {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
.align-options {
|
||||
display: flex;
|
||||
border-bottom: solid 1px $color-gray-60;
|
||||
height: 37px;
|
||||
height: 40px;
|
||||
padding: 0 $x-small;
|
||||
|
||||
.align-group {
|
||||
|
@ -22,7 +22,9 @@
|
|||
}
|
||||
|
||||
.align-button {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
padding: $small $x-small;
|
||||
svg {
|
||||
height: 16px;
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
.asset-group {
|
||||
background-color: $color-gray-60;
|
||||
padding: $small;
|
||||
font-size: $fs11;
|
||||
font-size: $fs12;
|
||||
color: $color-gray-20;
|
||||
/* TODO: see if this is useful, or is better to leave only
|
||||
one scroll bar in the whole sidebar
|
||||
|
@ -236,8 +236,8 @@
|
|||
.group-list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: $x-small;
|
||||
font-size: $fs11;
|
||||
margin-top: $small;
|
||||
font-size: $fs12;
|
||||
color: $color-white;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue