mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
56 lines
1.5 KiB
Sass
56 lines
1.5 KiB
Sass
// ------------------------------------------------------------
|
|
// CONTRIBUTORS, PLEASE READ THIS!
|
|
// ------------------------------------------------------------
|
|
// This theme pulls from other frontend projects. The only
|
|
// things you should edit are the sass files that start with
|
|
// "theme_*.sass". All other files are loaded through bower.
|
|
// ------------------------------------------------------------
|
|
|
|
// Variable defaults set by Wyrm
|
|
@import wyrm_core/wy_variables
|
|
|
|
// Variable overrides that change coloring and fonts for this theme.
|
|
@import theme_variables
|
|
|
|
// bourbon.io framework
|
|
@import bourbon
|
|
|
|
// Bourbon.io/neat framework, with some default media queries
|
|
@import wyrm_core/grid_settings
|
|
@import _wy_grid_settings_overwrite.sass
|
|
@import neat
|
|
// Some corrections for neat
|
|
@import wyrm_core/neat_extra
|
|
|
|
// Custom reset
|
|
@import wyrm_core/reset
|
|
|
|
// Wyrm mixins
|
|
@import wyrm_core/mixin
|
|
|
|
// Font Awesome 4.0 with wyrm extras
|
|
@import font-awesome
|
|
@import wyrm_core/font_icon_defaults
|
|
|
|
// Wyrm core styles used in this theme
|
|
@import wyrm_core/alert
|
|
@import wyrm_core/button
|
|
@import wyrm_core/dropdown
|
|
@import wyrm_core/form
|
|
@import wyrm_core/generic
|
|
@import wyrm_core/table
|
|
@import wyrm_core/type
|
|
|
|
// Theme specific styles. These are likely the files you want to edit.
|
|
@import theme_breadcrumbs
|
|
@import theme_layout
|
|
@import theme_badge
|
|
@import theme_highlighter
|
|
@import theme_landing_page
|
|
@import theme_nice_select
|
|
@import theme_navbar
|
|
@import theme_rst
|
|
@import theme_mathjax
|
|
@import theme_font_awesome_compatibility
|
|
@import theme_font_local
|