1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 13:15:24 +00:00

pleased style linter

This commit is contained in:
Bram Wiepjes 2019-08-30 12:28:18 +02:00
parent e522f238e5
commit 50b6f67036

View file

@ -1,5 +1,6 @@
.grid-view-s {
@include absolute(0);
overflow: hidden;
}
@ -11,6 +12,7 @@
.grid-view-s-scroll {
@include absolute(0);
overflow: hidden;
}
@ -18,7 +20,6 @@
position: sticky;
top: 0;
z-index: 2;
height: 33px;
background-color: $color-neutral-50;
border-bottom: 1px solid $color-neutral-200;
@ -29,7 +30,7 @@
z-index: 1;
min-height: calc(100% - 33px - 48px);
&:after {
&::after {
content: "";
display: block;
height: 100px;
@ -41,13 +42,11 @@
position: sticky;
bottom: 0;
z-index: 2;
height: 48px;
background-color: $color-neutral-50;
border-top: 1px solid $color-neutral-200;
}
// The divider has not left property because the width of the left column can be
// adjusted that is why it is specified in the html file.
.grid-view-s-divider {
@ -98,7 +97,6 @@
}
}
.grid-view-s-foot-info {
padding: 10px;
}