Unverified Commit 6a2f46e0 by Harry Rein Committed by GitHub

Merge pull request #16592 from edx/fix-footer-scope-to-fix-btn-styling

Scope base build to footer only.
parents 1d08f713 b6f55c24
// ----------------------------------------
// LMS edx.org Footer: Shared Build Compile
// Base build
@import 'base/build';
@import 'lms/theme/variables';
@import 'bootstrap/variables';
@import 'bootstrap/scss/variables';
@import 'bootstrap/scss/mixins/breakpoints';
@import '../variables';
@import 'lms/theme/variables-v1';
@import 'base/mixins';
footer#footer-edx-v3 {
@import 'base/extends';
// base - starter
@import 'base/base';
}
// base - elements
@import 'elements/typography';
// shared - platform
@import 'shared/footer-edx';
// Extra theme-specific rules
@import 'lms/theme/extras';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment