🎉 Add new visual changes

This commit is contained in:
elhombretecla 2020-11-13 12:47:14 +01:00 committed by Andrey Antukh
parent 5dc646e44e
commit 385616f3df
4 changed files with 21 additions and 4 deletions

View file

@ -260,8 +260,10 @@
}
.section-title {
color: $color-black;
font-size: $fs15;
padding: 0 $size-4;
font-weight: 500;
}
.section-list {

View file

@ -117,6 +117,7 @@
.asset-group {
background-color: $color-gray-60;
border-top: 1px solid $color-gray-50;
padding: $small;
font-size: $fs12;
color: $color-gray-20;
@ -164,10 +165,10 @@
}
.group-grid {
margin-top: $small;
margin-top: $medium;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: 7vh;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-rows: 6vh;
column-gap: 0.5rem;
row-gap: 0.5rem;
@ -253,6 +254,10 @@
// overflow-y: scroll;
// }
.group-list {
margin-top: $medium;
}
.group-list-item {
display: flex;
align-items: center;