Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Re-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabveer committed Apr 2, 2018
1 parent be98162 commit bef436a
Show file tree
Hide file tree
Showing 3 changed files with 3,223 additions and 10 deletions.
265 changes: 265 additions & 0 deletions dist/bootstrap-darkly.css
Original file line number Diff line number Diff line change
Expand Up @@ -6724,3 +6724,268 @@ button.close {
display: none !important;
}
}
.navbar {
border-width: 0;
}
.navbar-default .badge {
background-color: #fff;
color: #375a7f;
}
.navbar-inverse .badge {
background-color: #fff;
color: #3498db;
}
.navbar-brand {
line-height: 1;
}
.btn {
border-width: 2px;
}
.btn:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: none;
box-shadow: none;
}
.text-primary,
.text-primary:hover {
color: #375a7f;
}
.text-success,
.text-success:hover {
color: #00bc8c;
}
.text-danger,
.text-danger:hover {
color: #e74c3c;
}
.text-warning,
.text-warning:hover {
color: #f39c12;
}
.text-info,
.text-info:hover {
color: #3498db;
}
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
text-decoration: none;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
color: #fff;
}
table .success > th > a,
.table .success > th > a,
table .warning > th > a,
.table .warning > th > a,
table .danger > th > a,
.table .danger > th > a,
table .info > th > a,
.table .info > th > a,
table .success > td > a,
.table .success > td > a,
table .warning > td > a,
.table .warning > td > a,
table .danger > td > a,
.table .danger > td > a,
table .info > td > a,
.table .info > td > a,
table .success > a,
.table .success > a,
table .warning > a,
.table .warning > a,
table .danger > a,
.table .danger > a,
table .info > a,
.table .info > a {
color: #fff;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
border: none;
}
table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #464545;
}
.form-control,
input {
border-width: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus,
input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border: 2px solid #f39c12;
}
.has-warning .input-group-addon {
border-color: #f39c12;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
color: #e74c3c;
}
.has-error .form-control,
.has-error .form-control:focus {
border: 2px solid #e74c3c;
}
.has-error .input-group-addon {
border-color: #e74c3c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
color: #00bc8c;
}
.has-success .form-control,
.has-success .form-control:focus {
border: 2px solid #00bc8c;
}
.has-success .input-group-addon {
border-color: #00bc8c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: transparent;
}
.pager a,
.pager a:hover {
color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
background-color: #1d6fa5;
}
.close {
color: #fff;
text-decoration: none;
opacity: 0.4;
}
.close:hover,
.close:focus {
color: #fff;
opacity: 1;
}
.alert .alert-link {
color: #fff;
text-decoration: underline;
}
.progress {
height: 10px;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress .progress-bar {
font-size: 10px;
line-height: 10px;
}
.well {
-webkit-box-shadow: none;
box-shadow: none;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
border-color: #464545;
}
a.list-group-item-success.active {
background-color: #00bc8c;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
background-color: #00a379;
}
a.list-group-item-warning.active {
background-color: #f39c12;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
background-color: #e08e0b;
}
a.list-group-item-danger.active {
background-color: #e74c3c;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
background-color: #e43725;
}
.panel-default .close {
color: #ffffff;
}
.modal .close {
color: #ffffff;
}
.popover {
color: #ffffff;
}
1,483 changes: 1,478 additions & 5 deletions dist/bootstrap-darkly.min.css

Large diffs are not rendered by default.

1,485 changes: 1,480 additions & 5 deletions dist/bootstrap-flatly.min.css

Large diffs are not rendered by default.

0 comments on commit bef436a

Please sign in to comment.