frontend update

This commit is contained in:
carodej
2020-06-03 10:58:44 +02:00
parent 331ee52ea3
commit ca14838212
60 changed files with 1871 additions and 710 deletions
+8 -2
View File
@@ -71,10 +71,9 @@
margin-bottom: 30px;
overflow-x: auto;
z-index: 9;
position: sticky;
top: 30px;
background: white;
top: 40px;
&::-webkit-scrollbar {
display: none;
@@ -249,6 +248,7 @@
.cell-item {
white-space: nowrap;
color: $text;
}
}
@@ -288,6 +288,12 @@
padding-left: 30px;
padding-right: 30px;
}
.menu-list-wrapper {
&.horizontal {
top: 30px;
}
}
}
@media only screen and (max-width: 690px) {