76 lines
1.4 KiB
SCSS
76 lines
1.4 KiB
SCSS
|
/*
|
||
|
*= require rails_bootstrap_forms
|
||
|
*= require growl
|
||
|
*= require jquery.guillotine
|
||
|
*= require sweetalert
|
||
|
*= require jquery.minicolors
|
||
|
*= require flags
|
||
|
*= require_self
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
SETTINGS
|
||
|
----------------------------------------------
|
||
|
Variable definitions, tools and mixins used
|
||
|
across all styling definitions.
|
||
|
*/
|
||
|
|
||
|
@import
|
||
|
"variables";
|
||
|
|
||
|
/**
|
||
|
VENDOR
|
||
|
----------------------------------------------
|
||
|
Imported vendor assets used by Retrospring.
|
||
|
*/
|
||
|
|
||
|
@import
|
||
|
"bootstrap",
|
||
|
"bootstrap-datetimepicker",
|
||
|
"font-awesome",
|
||
|
"nprogress",
|
||
|
"nprogress-bootstrap";
|
||
|
|
||
|
/**
|
||
|
OVERRIDES
|
||
|
----------------------------------------------
|
||
|
The imports from "overrides/" define almost barely
|
||
|
any style adjustments but rather override default
|
||
|
Bootstrap behaviour.
|
||
|
|
||
|
The largest change to regular bootstrap is the switch
|
||
|
to using the available CSS variables for most elements
|
||
|
used on the site, so theming can be done with changing
|
||
|
only those.
|
||
|
*/
|
||
|
|
||
|
@import
|
||
|
"overrides/alerts",
|
||
|
"overrides/bootstrap-datetimepicker",
|
||
|
"overrides/buttons",
|
||
|
"overrides/colors",
|
||
|
"overrides/card",
|
||
|
"overrides/dropdown",
|
||
|
"overrides/inputs",
|
||
|
"overrides/links",
|
||
|
"overrides/list-group",
|
||
|
"overrides/minicolors",
|
||
|
"overrides/navbar";
|
||
|
|
||
|
/**
|
||
|
COMPONENTS
|
||
|
----------------------------------------------
|
||
|
Custom components defined for Retrospring.
|
||
|
*/
|
||
|
|
||
|
@import
|
||
|
"components/avatars",
|
||
|
"components/buttons",
|
||
|
"components/entry",
|
||
|
"components/jumbotron",
|
||
|
"components/profile",
|
||
|
"components/question",
|
||
|
"components/userbox";
|
||
|
|
||
|
@import "base";
|