Zmiana wyglądu listy pociągów

This commit is contained in:
2022-01-27 15:01:25 +01:00
parent 76ab722974
commit 2489e680cf
9 changed files with 201 additions and 134 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
@import './variables.scss';
@import './responsive.scss';
.card {
display: flex;
@@ -8,7 +9,7 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 4;
z-index: 100;
overflow: auto;
background: $primaryCol;