// Forked Cosmo 3.3.7 // Bootswatch // ----------------------------------------------------- @web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"; .web-font(@path) { @import url("@{path}"); } .web-font(@web-font-path); // Navbar ===================================================================== .navbar { border: none; &-inverse { .badge { background-color: #fff; color: @brand-primary; } } } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { background: transparent; border-bottom: 3px solid @brand-primary; margin-bottom: -3px; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { background: transparent; } // Buttons ==================================================================== // Typography ================================================================= body { -webkit-font-smoothing: antialiased; } .text-primary, .text-primary:hover { color: @brand-primary; } .text-success, .text-success:hover { color: @brand-success; } .text-danger, .text-danger:hover { color: @brand-danger; } .text-warning, .text-warning:hover { color: @brand-warning; } .text-info, .text-info:hover { color: @brand-info; } // Tables ===================================================================== table, .table { a:not(.btn) { text-decoration: underline; } .dropdown-menu a { text-decoration: none; } .success, .warning, .danger, .info { color: #fff; a { color: #fff; } } } // Forms ====================================================================== .has-warning { .help-block, .control-label, .radio, .checkbox, .radio-inline, .checkbox-inline, &.radio label, &.checkbox label, &.radio-inline label, &.checkbox-inline label, .form-control-feedback { color: @brand-warning; } .form-control, .form-control:focus, .input-group-addon { border: 1px solid @brand-warning; } } .has-error { .help-block, .control-label, .radio, .checkbox, .radio-inline, .checkbox-inline, &.radio label, &.checkbox label, &.radio-inline label, &.checkbox-inline label, .form-control-feedback { color: @brand-danger; } .form-control, .form-control:focus, .input-group-addon { border: 1px solid @brand-danger; } } .has-success { .help-block, .control-label, .radio, .checkbox, .radio-inline, .checkbox-inline, &.radio label, &.checkbox label, &.radio-inline label, &.checkbox-inline label, .form-control-feedback { color: @brand-success; } .form-control, .form-control:focus, .input-group-addon { border: 1px solid @brand-success; } } // Navs ======================================================================= .nav-pills { & > li > a { border-radius: 0; } } .dropdown-menu { & > li > a:hover, & > li > a:focus { background-image: none; } } // Indicators ================================================================= .close { text-decoration: none; text-shadow: none; opacity: 0.4; &:hover, &:focus { opacity: 1; } } .alert { border: none; } .alert-link { text-decoration: underline; } .alert-info .alert-link { color: @alert-info-text; } .alert-danger .alert-link { color: @alert-danger-text; } .alert-warning .alert-link { color: @alert-warning-text; } .alert-success .alert-link { color: @alert-success-text; } .label { border-radius: 0; } label { font-weight: normal; } // Progress bars ============================================================== .progress { height: 8px; .box-shadow(none); .progress-bar { font-size: 8px; line-height: 8px; } } // Containers ================================================================= .panel { border: none; &-heading, &-footer { border-top-right-radius: 0; border-top-left-radius: 0; } &-default { .panel-heading { padding: 15px 15px 0 15px; } .panel-title { font-size: 14px; font-weight: bold; padding-bottom: 5px; border-bottom: 1px solid @gray-light; h1, h2, h3, h4, h5, h6 { margin: 10px 0 0 0; font-weight: bold; } } .close { color: @text-color; } } } a.list-group-item { &-success { &.active { background-color: @state-success-bg; } &.active:hover, &.active:focus { background-color: darken(@state-success-bg, 5%); } } &-warning { &.active { background-color: @state-warning-bg; } &.active:hover, &.active:focus { background-color: darken(@state-warning-bg, 5%); } } &-danger { &.active { background-color: @state-danger-bg; } &.active:hover, &.active:focus { background-color: darken(@state-danger-bg, 5%); } } } .modal { .close { color: @text-color; } } .popover { color: @text-color; } // Tabs ============================================================== .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #fff; font-weight: bold; } .tab-content { padding-top: 20px; } // Tables ============================================================== .table { .info { color: @state-info-text; } .danger { color: @state-danger-text; } .warning { color: @state-warning-text; } .success { color: @state-success-text; } }