2020-05-01 19:50:51 +02: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
|
2022-01-11 20:27:08 +01:00
|
|
|
"~bootstrap/scss/bootstrap",
|
|
|
|
"~font-awesome/scss/font-awesome",
|
|
|
|
"~lato-font/scss/lato-font",
|
|
|
|
"~sweetalert/dist/sweetalert",
|
|
|
|
"~toastify-js/src/toastify";
|
2020-05-01 19:50:51 +02: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",
|
2021-08-12 13:29:50 +02:00
|
|
|
"overrides/badges",
|
2020-05-01 19:50:51 +02:00
|
|
|
"overrides/bootstrap-datetimepicker",
|
|
|
|
"overrides/buttons",
|
|
|
|
"overrides/colors",
|
|
|
|
"overrides/card",
|
|
|
|
"overrides/dropdown",
|
|
|
|
"overrides/inputs",
|
|
|
|
"overrides/links",
|
|
|
|
"overrides/list-group",
|
|
|
|
"overrides/minicolors",
|
2020-05-03 21:44:12 +02:00
|
|
|
"overrides/modal",
|
2020-05-02 17:38:23 +02:00
|
|
|
"overrides/navbar",
|
2021-04-04 16:23:11 +02:00
|
|
|
"overrides/turbolinks",
|
2022-01-09 19:42:35 +01:00
|
|
|
"overrides/toasts",
|
2020-05-02 17:38:23 +02:00
|
|
|
"overrides/sweet-alert";
|
|
|
|
|
|
|
|
/**
|
|
|
|
ELEMENTS
|
|
|
|
----------------------------------------------
|
|
|
|
Styles directly applied to HTML elements
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import
|
|
|
|
"elements/body";
|
2020-05-01 19:50:51 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
COMPONENTS
|
|
|
|
----------------------------------------------
|
|
|
|
Custom components defined for Retrospring.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import
|
2020-05-07 19:29:12 +02:00
|
|
|
"components/announcements",
|
2020-05-02 20:35:28 +02:00
|
|
|
"components/answerbox",
|
2020-05-01 19:50:51 +02:00
|
|
|
"components/avatars",
|
|
|
|
"components/buttons",
|
2020-05-02 21:23:04 +02:00
|
|
|
"components/comments",
|
2020-05-02 17:38:23 +02:00
|
|
|
"components/container",
|
2020-05-01 19:50:51 +02:00
|
|
|
"components/entry",
|
2020-05-07 15:09:55 +02:00
|
|
|
"components/icons",
|
2020-05-07 15:01:35 +02:00
|
|
|
"components/inbox-entry",
|
2020-05-01 19:50:51 +02:00
|
|
|
"components/jumbotron",
|
2020-05-02 18:29:04 +02:00
|
|
|
"components/locales",
|
2021-08-06 00:36:02 +02:00
|
|
|
"components/mobile-nav",
|
2020-05-01 21:57:14 +02:00
|
|
|
"components/notifications",
|
2020-05-01 19:50:51 +02:00
|
|
|
"components/profile",
|
|
|
|
"components/question",
|
2020-05-02 17:38:23 +02:00
|
|
|
"components/smiles",
|
2020-10-18 19:48:12 +02:00
|
|
|
"components/totp-setup",
|
2020-05-01 19:50:51 +02:00
|
|
|
"components/userbox";
|
|
|
|
|
2020-05-02 17:38:23 +02:00
|
|
|
/**
|
|
|
|
UTILITIES
|
|
|
|
----------------------------------------------
|
|
|
|
Classes used for very specific cases
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import
|
|
|
|
"utilities";
|