mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
14 lines
249 B
SCSS
Vendored
14 lines
249 B
SCSS
Vendored
footer {
|
|
width: 100%;
|
|
height: 32px;
|
|
padding-left: 10px;
|
|
background-color: $c-base;
|
|
color: $c-text-light;
|
|
line-height: 32px;
|
|
|
|
&.sticky-footer {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
}
|
|
}
|