refactor UI layout

This commit is contained in:
geoffrey45
2022-03-06 10:27:01 +03:00
parent 90f8703a8e
commit 7f2102f931
21 changed files with 214 additions and 164 deletions
+3 -3
View File
@@ -1,11 +1,12 @@
.b-bar {
height: 100%;
background-color: $gray;
padding: $small;
.grid {
background-color: $gray;
display: grid;
height: 100%;
grid-template-columns: 1fr 2fr 1fr;
padding-right: $small;
@include phone-only {
grid-template-columns: 1fr 9.2rem;
@@ -45,7 +46,6 @@
overflow: hidden;
display: flex;
align-items: center;
margin: $small;
padding: $small;
.progress-bottom {