2020-05-01 10:50:51 -07:00
|
|
|
/*
|
|
|
|
*= require rails_bootstrap_forms
|
|
|
|
*= 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",
|
2020-12-25 07:22:44 -08:00
|
|
|
"font-awesome";
|
2020-05-01 10:50:51 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
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",
|
2020-05-02 08:38:23 -07:00
|
|
|
"overrides/growls",
|
2020-05-01 10:50:51 -07:00
|
|
|
"overrides/inputs",
|
|
|
|
"overrides/links",
|
|
|
|
"overrides/list-group",
|
|
|
|
"overrides/minicolors",
|
2020-05-03 12:44:12 -07:00
|
|
|
"overrides/modal",
|
2020-05-02 08:38:23 -07:00
|
|
|
"overrides/navbar",
|
2021-04-04 07:23:11 -07:00
|
|
|
"overrides/turbolinks",
|
2020-05-02 08:38:23 -07:00
|
|
|
"overrides/sweet-alert";
|
|
|
|
|
|
|
|
/**
|
|
|
|
ELEMENTS
|
|
|
|
----------------------------------------------
|
|
|
|
Styles directly applied to HTML elements
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import
|
|
|
|
"elements/body";
|
2020-05-01 10:50:51 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
COMPONENTS
|
|
|
|
----------------------------------------------
|
|
|
|
Custom components defined for Retrospring.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import
|
2020-05-07 10:29:12 -07:00
|
|
|
"components/announcements",
|
2020-05-02 11:35:28 -07:00
|
|
|
"components/answerbox",
|
2020-05-01 10:50:51 -07:00
|
|
|
"components/avatars",
|
|
|
|
"components/buttons",
|
2020-05-02 12:23:04 -07:00
|
|
|
"components/comments",
|
2020-05-02 08:38:23 -07:00
|
|
|
"components/container",
|
2020-05-01 10:50:51 -07:00
|
|
|
"components/entry",
|
2020-05-07 06:09:55 -07:00
|
|
|
"components/icons",
|
2020-05-07 06:01:35 -07:00
|
|
|
"components/inbox-entry",
|
2020-05-01 10:50:51 -07:00
|
|
|
"components/jumbotron",
|
2020-05-02 09:29:04 -07:00
|
|
|
"components/locales",
|
2021-08-05 15:36:02 -07:00
|
|
|
"components/mobile-nav",
|
2020-05-01 12:57:14 -07:00
|
|
|
"components/notifications",
|
2020-05-01 10:50:51 -07:00
|
|
|
"components/profile",
|
|
|
|
"components/question",
|
2020-05-02 08:38:23 -07:00
|
|
|
"components/smiles",
|
2020-10-18 10:48:12 -07:00
|
|
|
"components/totp-setup",
|
2020-05-01 10:50:51 -07:00
|
|
|
"components/userbox";
|
|
|
|
|
2020-05-02 08:38:23 -07:00
|
|
|
/**
|
|
|
|
UTILITIES
|
|
|
|
----------------------------------------------
|
|
|
|
Classes used for very specific cases
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import
|
|
|
|
"utilities";
|