github.com/imran-kn/cilium-fork@v1.6.9/Documentation/_themes/sphinx_rtd_theme/sass/theme.sass (about)

     1  // ------------------------------------------------------------
     2  // CONTRIBUTORS, PLEASE READ THIS!
     3  // ------------------------------------------------------------
     4  // This theme pulls from other frontend projects. The only
     5  // things you should edit are the sass files that start with
     6  // "theme_*.sass". All other files are loaded through bower.
     7  // ------------------------------------------------------------
     8  
     9  // Variable defaults set by Wyrm
    10  @import wyrm_core/wy_variables
    11  
    12  // Variable overrides that change coloring and fonts for this theme.
    13  @import theme_variables
    14  
    15  // bourbon.io framework
    16  @import bourbon
    17  
    18  // Bourbon.io/neat framework, with some default media queries
    19  @import wyrm_core/grid_settings
    20  @import neat
    21  // Some corrections for neat
    22  @import wyrm_core/neat_extra
    23  
    24  // Custom reset
    25  @import wyrm_core/reset
    26  
    27  // Wyrm mixins
    28  @import wyrm_core/mixin
    29  
    30  // Font Awesome 4.0 with wyrm extras
    31  @import font-awesome
    32  @import wyrm_core/font_icon_defaults
    33  
    34  // Wyrm core styles used in this theme
    35  @import wyrm_core/alert
    36  @import wyrm_core/button
    37  @import wyrm_core/dropdown
    38  @import wyrm_core/form
    39  @import wyrm_core/generic
    40  @import wyrm_core/table
    41  @import wyrm_core/type
    42  
    43  // Pygments styling
    44  @import wyrm_addons/pygments/pygments
    45  @import wyrm_addons/pygments/pygments_light
    46  
    47  // Theme specific styles. These are likely the files you want to edit.
    48  @import theme_breadcrumbs
    49  @import theme_layout
    50  @import theme_badge
    51  @import theme_rst
    52  @import theme_mathjax
    53  @import theme_font_awesome_compatibility
    54  @import theme_font_local