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