add new UI changes

This commit is contained in:
elhombretecla 2020-10-20 13:21:32 +02:00
parent b8e47c87ba
commit fd12724108
5 changed files with 22 additions and 7 deletions

View file

@ -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 {

View file

@ -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;

View file

@ -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;