12 lines
193 B
SCSS
12 lines
193 B
SCSS
@import "./Variables.scss";
|
|
|
|
.grid-footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
min-height: 32px;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: $grid_headercolumn_bg;
|
|
} |