
- Fix height and position problems with .fixed-footer - Fix mobile sidebar height - Fix mobile breadcrumb position with .fixed-breadcrumb - Add new navbar toggler icon - Update old bootstrap classes ex. `hidden-sm-down` - Add gulp-autoprefixer
10 lines
184 B
SCSS
10 lines
184 B
SCSS
.app-footer {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
padding: 0 $spacer;
|
|
color: $footer-color;
|
|
background: $footer-bg;
|
|
@include borders($footer-borders);
|
|
}
|