migrated static/css/sections stylesheets

This commit is contained in:
Aaron Qian 2022-11-14 14:34:08 -08:00 committed by Aaron Qian
parent c2eb8245dc
commit 7a1088420b
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
23 changed files with 1681 additions and 1662 deletions

View file

@ -0,0 +1,15 @@
/* override this file for custom css */
/* you can import boostrap mixins */
// @import 'bootstrap/scss/mixins';
// Example usage
// .some-class {
// @include media-breakpoint-up(sm) {
// // Larger than sm: 576px
// display: inline;
// }
// @include media-breakpoint-down(md) {
// // Smaller than md: 768px
// display: block;
// }
// }