/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS * files in this directory. Styles in this file should be added after the last require_* statement. * It is generally better to create a new file per style scope. * *= require_tree . *= require_self */ /* * * TOPICS: * 1. icons / svgs / sprites * 2. file structure * 3. side menu * a) from both left and right * b) left one always on screen * c) left should reduce font size if too much content * */ .affix { position: fixed !important; } .nav > li > a { display: block; padding: 4px 20px; font-size: 15px; font-weight: 500; color: #767676; } .nav > li > a:hover { padding-left: 19px; color: #563d7c; text-decoration: none; background-color: transparent; border-left: 1px solid #563d7c; } .bs-docs-sidebar.affix { position: fixed; top: 20px; padding-left: 20px; margin: 0; } .nav { padding-left: 0; } .bs-docs-sidebar .nav>.is-current:focus>a, .bs-docs-sidebar .nav>.is-current:hover>a, .bs-docs-sidebar .nav>.is-current>a { padding-left: 18px; font-weight: 700; color: #563d7c; background-color: transparent; border-left: 2px solid #563d7c; } .nav>li>ul>.is-current>a { padding-left: 28px; font-weight: 500; } .bs-docs-sidebar .nav .nav>li>a { padding-top: 1px; padding-bottom: 1px; padding-left: 30px; font-size: 14px; font-weight: 500; } .blue { background-color: #A0A0E5; } .title{ background-color: #f5f3f3; } .table-column { border: 1px solid black; } .nopadding { padding: 0 !important; margin: 0 !important; }