* Revert "Revert "[BD-10] [DEPR-92] Remove pattern library of certificate styles." (#24633)"
This reverts commit ca7f488796.
* Add missing slash in font path
16 lines
472 B
SCSS
16 lines
472 B
SCSS
// ------------------------------
|
|
// Open edX Certificates: Main Style Compile
|
|
|
|
// About: Sass compile for the Open edX Certificates Elements.
|
|
|
|
// NOTE: This is the right to left (RTL) configured style compile.
|
|
// It should mirror main-ltr w/ the exception of bi-app references.
|
|
|
|
@import '../sass/vendor/bi-app/bi-app-rtl';
|
|
@import 'bootstrap/scss/functions';
|
|
@import 'bootstrap/scss/variables';
|
|
@import 'bootstrap/scss/mixins';
|
|
|
|
// Load the shared build
|
|
@import 'build';
|