mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
start the move to rems
This commit is contained in:
parent
81b59d3536
commit
f5024eb13a
66
dist/css/bootstrap-theme.css
vendored
66
dist/css/bootstrap-theme.css
vendored
@ -61,28 +61,28 @@
|
||||
background-image: none;
|
||||
}
|
||||
.btn-primary {
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #015caa 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #015caa 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#015caa));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #015caa 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff015caa', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #2b669a;
|
||||
border-color: #0157a0;
|
||||
}
|
||||
.btn-primary:hover,
|
||||
.btn-primary:focus {
|
||||
background-color: #2d6ca2;
|
||||
background-color: #015caa;
|
||||
background-position: 0 -15px;
|
||||
}
|
||||
.btn-primary:active,
|
||||
.btn-primary.active {
|
||||
background-color: #2d6ca2;
|
||||
border-color: #2b669a;
|
||||
background-color: #015caa;
|
||||
border-color: #0157a0;
|
||||
}
|
||||
.btn-primary:disabled,
|
||||
.btn-primary[disabled] {
|
||||
background-color: #2d6ca2;
|
||||
background-color: #015caa;
|
||||
background-image: none;
|
||||
}
|
||||
.btn-success {
|
||||
@ -203,12 +203,12 @@
|
||||
.dropdown-menu > .active > a,
|
||||
.dropdown-menu > .active > a:hover,
|
||||
.dropdown-menu > .active > a:focus {
|
||||
background-color: #357ebd;
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
||||
background-color: #026fce;
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#026fce));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #026fce 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff026fce', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.navbar-default {
|
||||
@ -315,11 +315,11 @@
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.progress-bar {
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #0262b4 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #0262b4 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#0262b4));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #0262b4 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff0262b4', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.progress-bar-success {
|
||||
@ -367,14 +367,14 @@
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:hover,
|
||||
.list-group-item.active:focus {
|
||||
text-shadow: 0 -1px 0 #3071a9;
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
|
||||
text-shadow: 0 -1px 0 #0262b4;
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #0268c1 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #0268c1 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#0268c1));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #0268c1 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff0268c1', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #3278b3;
|
||||
border-color: #0268c1;
|
||||
}
|
||||
.panel {
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
|
||||
@ -389,11 +389,11 @@
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.panel-primary > .panel-heading {
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#026fce));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #026fce 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff026fce', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.panel-success > .panel-heading {
|
||||
|
2
dist/css/bootstrap-theme.css.map
vendored
2
dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-theme.min.css
vendored
2
dist/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
353
dist/css/bootstrap.css
vendored
353
dist/css/bootstrap.css
vendored
@ -890,14 +890,14 @@ th {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
font-size: 10px;
|
||||
font-size: 16px;
|
||||
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -910,12 +910,12 @@ textarea {
|
||||
line-height: inherit;
|
||||
}
|
||||
a {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
color: #01549b;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:focus {
|
||||
@ -946,7 +946,7 @@ img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 4px;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
@ -958,8 +958,8 @@ img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
border: 0;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
@ -1033,8 +1033,8 @@ h2,
|
||||
.h2,
|
||||
h3,
|
||||
.h3 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h1 small,
|
||||
.h1 small,
|
||||
@ -1056,8 +1056,8 @@ h5,
|
||||
.h5,
|
||||
h6,
|
||||
.h6 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h4 small,
|
||||
.h4 small,
|
||||
@ -1075,41 +1075,34 @@ h6 .small,
|
||||
}
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 36px;
|
||||
font-size: 3rem;
|
||||
}
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 30px;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 24px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 18px;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 14px;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 12px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 10px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.lead {
|
||||
margin-bottom: 20px;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.lead {
|
||||
font-size: 21px;
|
||||
}
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
small,
|
||||
.small {
|
||||
@ -1148,10 +1141,10 @@ mark,
|
||||
color: #777;
|
||||
}
|
||||
.text-primary {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
}
|
||||
a.text-primary:hover {
|
||||
color: #3071a9;
|
||||
color: #0262b4;
|
||||
}
|
||||
.text-success {
|
||||
color: #3c763d;
|
||||
@ -1179,10 +1172,10 @@ a.text-danger:hover {
|
||||
}
|
||||
.bg-primary {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
}
|
||||
a.bg-primary:hover {
|
||||
background-color: #3071a9;
|
||||
background-color: #0262b4;
|
||||
}
|
||||
.bg-success {
|
||||
background-color: #dff0d8;
|
||||
@ -1208,15 +1201,10 @@ a.bg-warning:hover {
|
||||
a.bg-danger:hover {
|
||||
background-color: #e4b9b9;
|
||||
}
|
||||
.page-header {
|
||||
padding-bottom: 9px;
|
||||
margin: 40px 0 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
ul ul,
|
||||
ol ul,
|
||||
@ -1240,11 +1228,11 @@ ol ol {
|
||||
}
|
||||
dl {
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
dt,
|
||||
dd {
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
}
|
||||
dt {
|
||||
font-weight: bold;
|
||||
@ -1276,9 +1264,9 @@ abbr[data-original-title] {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
blockquote {
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 20px;
|
||||
font-size: 17.5px;
|
||||
padding: 12px 24px;
|
||||
margin: 0 0 24px;
|
||||
font-size: 1.25rem;
|
||||
border-left: 5px solid #eee;
|
||||
}
|
||||
blockquote p:last-child,
|
||||
@ -1291,7 +1279,7 @@ blockquote small,
|
||||
blockquote .small {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
}
|
||||
blockquote footer:before,
|
||||
@ -1328,9 +1316,9 @@ blockquote:after {
|
||||
content: "";
|
||||
}
|
||||
address {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
font-style: normal;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
}
|
||||
code,
|
||||
kbd,
|
||||
@ -1362,22 +1350,17 @@ kbd kbd {
|
||||
}
|
||||
pre {
|
||||
display: block;
|
||||
padding: 9.5px;
|
||||
margin: 0 0 10px;
|
||||
font-size: 13px;
|
||||
line-height: 1.42857143;
|
||||
padding: 11.5px;
|
||||
margin: 0 0 12px;
|
||||
font-size: 90%;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
background-color: #f7f7f9;
|
||||
}
|
||||
pre code {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
white-space: pre-wrap;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -2061,7 +2044,7 @@ th {
|
||||
.table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.table > thead > tr > th,
|
||||
.table > tbody > tr > th,
|
||||
@ -2070,7 +2053,7 @@ th {
|
||||
.table > tbody > tr > td,
|
||||
.table > tfoot > tr > td {
|
||||
padding: 8px;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
@ -2240,7 +2223,7 @@ table th[class*="col-"] {
|
||||
@media screen and (max-width: 767px) {
|
||||
.table-responsive {
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 18px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@ -2294,8 +2277,8 @@ legend {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: 20px;
|
||||
font-size: 21px;
|
||||
margin-bottom: 24px;
|
||||
font-size: 1.5rem;
|
||||
line-height: inherit;
|
||||
color: #333;
|
||||
border: 0;
|
||||
@ -2339,17 +2322,17 @@ input[type="checkbox"]:focus {
|
||||
output {
|
||||
display: block;
|
||||
padding-top: 7px;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
}
|
||||
.form-control {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 34px;
|
||||
height: 38px;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
@ -2394,20 +2377,20 @@ input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="datetime-local"],
|
||||
input[type="month"] {
|
||||
line-height: 34px;
|
||||
line-height: 1.42857143 \0;
|
||||
line-height: 38px;
|
||||
line-height: 1.5 \0;
|
||||
}
|
||||
input[type="date"].input-sm,
|
||||
input[type="time"].input-sm,
|
||||
input[type="datetime-local"].input-sm,
|
||||
input[type="month"].input-sm {
|
||||
line-height: 30px;
|
||||
line-height: 13rem;
|
||||
}
|
||||
input[type="date"].input-lg,
|
||||
input[type="time"].input-lg,
|
||||
input[type="datetime-local"].input-lg,
|
||||
input[type="month"].input-lg {
|
||||
line-height: 46px;
|
||||
line-height: 24rem;
|
||||
}
|
||||
.form-group {
|
||||
margin-bottom: 15px;
|
||||
@ -2421,7 +2404,7 @@ input[type="month"].input-lg {
|
||||
}
|
||||
.radio label,
|
||||
.checkbox label {
|
||||
min-height: 20px;
|
||||
min-height: 24px;
|
||||
padding-left: 20px;
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
@ -2485,16 +2468,16 @@ fieldset[disabled] .checkbox label {
|
||||
}
|
||||
.input-sm,
|
||||
.form-group-sm .form-control {
|
||||
height: 30px;
|
||||
height: 13rem;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
select.input-sm,
|
||||
select.form-group-sm .form-control {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
height: 13rem;
|
||||
line-height: 13rem;
|
||||
}
|
||||
textarea.input-sm,
|
||||
textarea.form-group-sm .form-control,
|
||||
@ -2504,16 +2487,16 @@ select[multiple].form-group-sm .form-control {
|
||||
}
|
||||
.input-lg,
|
||||
.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
height: 24rem;
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.33;
|
||||
border-radius: 6px;
|
||||
}
|
||||
select.input-lg,
|
||||
select.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
height: 24rem;
|
||||
line-height: 24rem;
|
||||
}
|
||||
textarea.input-lg,
|
||||
textarea.form-group-lg .form-control,
|
||||
@ -2525,7 +2508,7 @@ select[multiple].form-group-lg .form-control {
|
||||
position: relative;
|
||||
}
|
||||
.has-feedback .form-control {
|
||||
padding-right: 42.5px;
|
||||
padding-right: 47.5px;
|
||||
}
|
||||
.form-control-feedback {
|
||||
position: absolute;
|
||||
@ -2533,20 +2516,20 @@ select[multiple].form-group-lg .form-control {
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
display: block;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
text-align: center;
|
||||
}
|
||||
.input-lg + .form-control-feedback {
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
width: 24rem;
|
||||
height: 24rem;
|
||||
line-height: 24rem;
|
||||
}
|
||||
.input-sm + .form-control-feedback {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
width: 13rem;
|
||||
height: 13rem;
|
||||
line-height: 13rem;
|
||||
}
|
||||
.has-success .help-block,
|
||||
.has-success .control-label,
|
||||
@ -2639,7 +2622,7 @@ select[multiple].form-group-lg .form-control {
|
||||
color: #a94442;
|
||||
}
|
||||
.has-feedback label ~ .form-control-feedback {
|
||||
top: 25px;
|
||||
top: 29px;
|
||||
}
|
||||
.has-feedback label.sr-only ~ .form-control-feedback {
|
||||
top: 0;
|
||||
@ -2707,7 +2690,7 @@ select[multiple].form-group-lg .form-control {
|
||||
}
|
||||
.form-horizontal .radio,
|
||||
.form-horizontal .checkbox {
|
||||
min-height: 27px;
|
||||
min-height: 31px;
|
||||
}
|
||||
.form-horizontal .form-group {
|
||||
margin-right: -15px;
|
||||
@ -2737,9 +2720,9 @@ select[multiple].form-group-lg .form-control {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
@ -2834,8 +2817,8 @@ fieldset[disabled] .btn-default.active {
|
||||
}
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
background-color: #027de7;
|
||||
border-color: #026fce;
|
||||
}
|
||||
.btn-primary:hover,
|
||||
.btn-primary:focus,
|
||||
@ -2844,8 +2827,8 @@ fieldset[disabled] .btn-default.active {
|
||||
.btn-primary.active,
|
||||
.open > .dropdown-toggle.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #3071a9;
|
||||
border-color: #285e8e;
|
||||
background-color: #0262b4;
|
||||
border-color: #014e91;
|
||||
}
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
@ -2870,11 +2853,11 @@ fieldset[disabled] .btn-primary:active,
|
||||
.btn-primary.disabled.active,
|
||||
.btn-primary[disabled].active,
|
||||
fieldset[disabled] .btn-primary.active {
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
background-color: #027de7;
|
||||
border-color: #026fce;
|
||||
}
|
||||
.btn-primary .badge {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
background-color: #fff;
|
||||
}
|
||||
.btn-success {
|
||||
@ -3059,7 +3042,7 @@ fieldset[disabled] .btn-danger.active {
|
||||
}
|
||||
.btn-link {
|
||||
font-weight: normal;
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
border-radius: 0;
|
||||
}
|
||||
.btn-link,
|
||||
@ -3078,7 +3061,7 @@ fieldset[disabled] .btn-link {
|
||||
}
|
||||
.btn-link:hover,
|
||||
.btn-link:focus {
|
||||
color: #2a6496;
|
||||
color: #01549b;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3092,21 +3075,21 @@ fieldset[disabled] .btn-link:focus {
|
||||
.btn-lg,
|
||||
.btn-group-lg > .btn {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.33;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.btn-sm,
|
||||
.btn-group-sm > .btn {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.btn-xs,
|
||||
.btn-group-xs > .btn {
|
||||
padding: 1px 5px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
@ -3177,7 +3160,7 @@ tbody.collapse.in {
|
||||
min-width: 160px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -3195,7 +3178,7 @@ tbody.collapse.in {
|
||||
}
|
||||
.dropdown-menu .divider {
|
||||
height: 1px;
|
||||
margin: 9px 0;
|
||||
margin: 11px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
@ -3204,7 +3187,7 @@ tbody.collapse.in {
|
||||
padding: 3px 20px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -3219,7 +3202,7 @@ tbody.collapse.in {
|
||||
.dropdown-menu > .active > a:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
outline: 0;
|
||||
}
|
||||
.dropdown-menu > .disabled > a,
|
||||
@ -3252,8 +3235,8 @@ tbody.collapse.in {
|
||||
.dropdown-header {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
font-size: 12px;
|
||||
line-height: 1.42857143;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -3484,17 +3467,17 @@ tbody.collapse.in {
|
||||
.input-group-lg > .form-control,
|
||||
.input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .btn {
|
||||
height: 46px;
|
||||
height: 24rem;
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.33;
|
||||
border-radius: 6px;
|
||||
}
|
||||
select.input-group-lg > .form-control,
|
||||
select.input-group-lg > .input-group-addon,
|
||||
select.input-group-lg > .input-group-btn > .btn {
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
height: 24rem;
|
||||
line-height: 24rem;
|
||||
}
|
||||
textarea.input-group-lg > .form-control,
|
||||
textarea.input-group-lg > .input-group-addon,
|
||||
@ -3507,17 +3490,17 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
|
||||
.input-group-sm > .form-control,
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .btn {
|
||||
height: 30px;
|
||||
height: 13rem;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
select.input-group-sm > .form-control,
|
||||
select.input-group-sm > .input-group-addon,
|
||||
select.input-group-sm > .input-group-btn > .btn {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
height: 13rem;
|
||||
line-height: 13rem;
|
||||
}
|
||||
textarea.input-group-sm > .form-control,
|
||||
textarea.input-group-sm > .input-group-addon,
|
||||
@ -3545,7 +3528,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
.input-group-addon {
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #555;
|
||||
@ -3556,12 +3539,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
.input-group-addon.input-sm {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.input-group-addon.input-lg {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.input-group-addon input[type="radio"],
|
||||
@ -3651,11 +3634,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav .open > a:hover,
|
||||
.nav .open > a:focus {
|
||||
background-color: #eee;
|
||||
border-color: #428bca;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.nav .nav-divider {
|
||||
height: 1px;
|
||||
margin: 9px 0;
|
||||
margin: 11px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
@ -3671,7 +3654,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
margin-right: 2px;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
@ -3744,7 +3727,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav-pills > li.active > a:hover,
|
||||
.nav-pills > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
}
|
||||
.nav-stacked > li {
|
||||
float: none;
|
||||
@ -3813,7 +3796,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.navbar {
|
||||
position: relative;
|
||||
min-height: 50px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@ -3923,9 +3906,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
height: 50px;
|
||||
padding: 15px 15px;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
padding: 13px 15px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 24px;
|
||||
}
|
||||
.navbar-brand:hover,
|
||||
.navbar-brand:focus {
|
||||
@ -3970,12 +3953,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
}
|
||||
.navbar-nav {
|
||||
margin: 7.5px -15px;
|
||||
margin: 6.5px -15px;
|
||||
}
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
line-height: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
@ -3993,7 +3976,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
padding: 5px 15px 5px 25px;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu > li > a {
|
||||
line-height: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu > li > a:hover,
|
||||
.navbar-nav .open .dropdown-menu > li > a:focus {
|
||||
@ -4009,15 +3992,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
float: left;
|
||||
}
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
padding-top: 13px;
|
||||
padding-bottom: 13px;
|
||||
}
|
||||
}
|
||||
.navbar-form {
|
||||
padding: 10px 15px;
|
||||
margin-top: 8px;
|
||||
margin-top: 6px;
|
||||
margin-right: -15px;
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 6px;
|
||||
margin-left: -15px;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
@ -4098,20 +4081,20 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.navbar-btn {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.navbar-btn.btn-sm {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 18.5px;
|
||||
margin-bottom: 18.5px;
|
||||
}
|
||||
.navbar-btn.btn-xs {
|
||||
margin-top: 14px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.navbar-text {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 13px;
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.navbar-text {
|
||||
@ -4332,7 +4315,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
}
|
||||
.breadcrumb {
|
||||
padding: 8px 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
list-style: none;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 4px;
|
||||
@ -4351,7 +4334,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
margin: 20px 0;
|
||||
margin: 24px 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.pagination > li {
|
||||
@ -4363,8 +4346,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
float: left;
|
||||
padding: 6px 12px;
|
||||
margin-left: -1px;
|
||||
line-height: 1.42857143;
|
||||
color: #428bca;
|
||||
line-height: 1.5;
|
||||
color: #027de7;
|
||||
text-decoration: none;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
@ -4384,7 +4367,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination > li > span:hover,
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > span:focus {
|
||||
color: #2a6496;
|
||||
color: #01549b;
|
||||
background-color: #eee;
|
||||
border-color: #ddd;
|
||||
}
|
||||
@ -4397,8 +4380,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
background-color: #428bca;
|
||||
border-color: #428bca;
|
||||
background-color: #027de7;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:hover,
|
||||
@ -4414,7 +4397,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination-lg > li > a,
|
||||
.pagination-lg > li > span {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.pagination-lg > li:first-child > a,
|
||||
.pagination-lg > li:first-child > span {
|
||||
@ -4429,7 +4412,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination-sm > li > a,
|
||||
.pagination-sm > li > span {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
}
|
||||
.pagination-sm > li:first-child > a,
|
||||
.pagination-sm > li:first-child > span {
|
||||
@ -4443,7 +4426,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
}
|
||||
.pager {
|
||||
padding-left: 0;
|
||||
margin: 20px 0;
|
||||
margin: 24px 0;
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
}
|
||||
@ -4512,11 +4495,11 @@ a.label:focus {
|
||||
background-color: #5e5e5e;
|
||||
}
|
||||
.label-primary {
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
}
|
||||
.label-primary[href]:hover,
|
||||
.label-primary[href]:focus {
|
||||
background-color: #3071a9;
|
||||
background-color: #0262b4;
|
||||
}
|
||||
.label-success {
|
||||
background-color: #5cb85c;
|
||||
@ -4550,7 +4533,7 @@ a.label:focus {
|
||||
display: inline-block;
|
||||
min-width: 10px;
|
||||
padding: 3px 7px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: #fff;
|
||||
@ -4579,7 +4562,7 @@ a.badge:focus {
|
||||
}
|
||||
a.list-group-item.active > .badge,
|
||||
.nav-pills > .active > a > .badge {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
background-color: #fff;
|
||||
}
|
||||
.nav-pills > li > a > .badge {
|
||||
@ -4597,7 +4580,7 @@ a.list-group-item.active > .badge,
|
||||
}
|
||||
.jumbotron p {
|
||||
margin-bottom: 15px;
|
||||
font-size: 21px;
|
||||
font-size: 2rem;
|
||||
font-weight: 200;
|
||||
}
|
||||
.jumbotron > hr {
|
||||
@ -4620,14 +4603,14 @@ a.list-group-item.active > .badge,
|
||||
}
|
||||
.jumbotron h1,
|
||||
.jumbotron .h1 {
|
||||
font-size: 63px;
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
}
|
||||
.thumbnail {
|
||||
display: block;
|
||||
padding: 4px;
|
||||
margin-bottom: 20px;
|
||||
line-height: 1.42857143;
|
||||
margin-bottom: 24px;
|
||||
line-height: 1.5;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
@ -4643,7 +4626,7 @@ a.list-group-item.active > .badge,
|
||||
a.thumbnail:hover,
|
||||
a.thumbnail:focus,
|
||||
a.thumbnail.active {
|
||||
border-color: #428bca;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.thumbnail .caption {
|
||||
padding: 9px;
|
||||
@ -4651,7 +4634,7 @@ a.thumbnail.active {
|
||||
}
|
||||
.alert {
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
}
|
||||
@ -4749,8 +4732,8 @@ a.thumbnail.active {
|
||||
}
|
||||
}
|
||||
.progress {
|
||||
height: 20px;
|
||||
margin-bottom: 20px;
|
||||
height: 24px;
|
||||
margin-bottom: 24px;
|
||||
overflow: hidden;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 4px;
|
||||
@ -4761,11 +4744,11 @@ a.thumbnail.active {
|
||||
float: left;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
font-size: .85rem;
|
||||
line-height: 24px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
||||
-webkit-transition: width .6s ease;
|
||||
@ -4915,8 +4898,8 @@ a.list-group-item:focus {
|
||||
.list-group-item.active:focus {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
border-color: #428bca;
|
||||
background-color: #027de7;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.list-group-item.active .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
@ -4932,7 +4915,7 @@ a.list-group-item:focus {
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text {
|
||||
color: #e1edf7;
|
||||
color: #b7ddfe;
|
||||
}
|
||||
.list-group-item-success {
|
||||
color: #3c763d;
|
||||
@ -5031,7 +5014,7 @@ a.list-group-item-danger.active:focus {
|
||||
line-height: 1.3;
|
||||
}
|
||||
.panel {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
background-color: #fff;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
@ -5053,7 +5036,7 @@ a.list-group-item-danger.active:focus {
|
||||
.panel-title {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 16px;
|
||||
font-size: 2rem;
|
||||
color: inherit;
|
||||
}
|
||||
.panel-title > a {
|
||||
@ -5209,7 +5192,7 @@ a.list-group-item-danger.active:focus {
|
||||
border: 0;
|
||||
}
|
||||
.panel-group {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.panel-group .panel {
|
||||
margin-bottom: 0;
|
||||
@ -5249,22 +5232,22 @@ a.list-group-item-danger.active:focus {
|
||||
border-bottom-color: #ddd;
|
||||
}
|
||||
.panel-primary {
|
||||
border-color: #428bca;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.panel-primary > .panel-heading {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
border-color: #428bca;
|
||||
background-color: #027de7;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
||||
border-top-color: #428bca;
|
||||
border-top-color: #027de7;
|
||||
}
|
||||
.panel-primary > .panel-heading .badge {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
background-color: #fff;
|
||||
}
|
||||
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color: #428bca;
|
||||
border-bottom-color: #027de7;
|
||||
}
|
||||
.panel-success {
|
||||
border-color: #d6e9c6;
|
||||
@ -5387,7 +5370,7 @@ a.list-group-item-danger.active:focus {
|
||||
}
|
||||
.close {
|
||||
float: right;
|
||||
font-size: 21px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
@ -5475,7 +5458,7 @@ button.close {
|
||||
opacity: .5;
|
||||
}
|
||||
.modal-header {
|
||||
min-height: 16.42857143px;
|
||||
min-height: 16.5px;
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
@ -5484,7 +5467,7 @@ button.close {
|
||||
}
|
||||
.modal-title {
|
||||
margin: 0;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.modal-body {
|
||||
position: relative;
|
||||
@ -5534,7 +5517,7 @@ button.close {
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.4;
|
||||
visibility: visible;
|
||||
filter: alpha(opacity=0);
|
||||
@ -5662,7 +5645,7 @@ button.close {
|
||||
.popover-title {
|
||||
padding: 8px 14px;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
background-color: #f7f7f7;
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -290,21 +290,18 @@ body {
|
||||
padding: 30px 0;
|
||||
margin-bottom: 40px;
|
||||
font-size: 20px;
|
||||
background-color: #fafafa;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
.bs-docs-header .bs-docs-container {
|
||||
max-width: none;
|
||||
background-color: #563d7c;
|
||||
/*border-bottom: 1px solid #eee;*/
|
||||
}
|
||||
.bs-docs-header h1 {
|
||||
margin-top: 0;
|
||||
color: #563d7c;
|
||||
color: #fff;
|
||||
}
|
||||
.bs-docs-header p {
|
||||
margin-bottom: 0;
|
||||
font-weight: 300;
|
||||
line-height: 1.4;
|
||||
color: #777;
|
||||
color: rgba(255,255,255,.65);
|
||||
}
|
||||
.bs-docs-header .container {
|
||||
position: relative;
|
||||
@ -561,17 +558,19 @@ body {
|
||||
|
||||
.bs-docs-container {
|
||||
position: relative;
|
||||
max-width: 940px;
|
||||
padding: 15px;
|
||||
max-width: 62rem;
|
||||
padding: 1rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.bs-docs-container {
|
||||
padding: 30px;
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.bs-docs-container {
|
||||
padding: 30px 60px;
|
||||
padding: 2rem 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -634,8 +633,9 @@ body {
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
color: #fff;
|
||||
background-color: #6f4f9f;
|
||||
border-bottom: 3px solid #563d7c;
|
||||
/*color: #fff;*/
|
||||
/*background-color: #6f4f9f;*/
|
||||
/*border-bottom: 3px solid #563d7c;*/
|
||||
}
|
||||
.bs-docs-sidebar-brand:hover,
|
||||
.bs-docs-sidebar-brand:focus {
|
||||
@ -646,6 +646,10 @@ body {
|
||||
.bs-docs-sidenav {
|
||||
display: none;
|
||||
}
|
||||
.bs-docs-toc-item {
|
||||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
.bs-docs-toc-link {
|
||||
display: block;
|
||||
@ -670,6 +674,9 @@ body {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.bs-docs-toc-item:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.bs-docs-toc-item:last-child {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
@ -940,36 +947,48 @@ h1[id] {
|
||||
|
||||
.bs-example {
|
||||
position: relative;
|
||||
padding: 45px 15px 15px;
|
||||
margin: 0 -15px 15px;
|
||||
border-color: #e5e5e5 #eee #eee;
|
||||
border-style: solid;
|
||||
border-width: 1px 0;
|
||||
-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
|
||||
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
|
||||
margin-top: 1rem;
|
||||
/*padding: 45px 15px 15px;*/
|
||||
/*margin: 0 -15px 15px;*/
|
||||
/*border-color: #e5e5e5 #eee #eee;*/
|
||||
/*border-style: solid;*/
|
||||
/*border-width: 1px 0;*/
|
||||
/*-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/
|
||||
/*box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/
|
||||
}
|
||||
/* Echo out a label for the example */
|
||||
.bs-example:after {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
font-size: 12px;
|
||||
.bs-example:before {
|
||||
/*position: absolute;*/
|
||||
/*top: 15px;*/
|
||||
/*left: 15px;*/
|
||||
display: inline-block;
|
||||
padding: .5rem .75rem;
|
||||
margin-bottom: 1rem;
|
||||
font-size: .8rem;
|
||||
font-weight: bold;
|
||||
color: #959595;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
letter-spacing: .1rem;
|
||||
content: "Example";
|
||||
background-color: #818a91;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
/* Tweak display of the code snippets when following an example */
|
||||
.bs-example + .highlight {
|
||||
margin: -15px -15px 15px;
|
||||
border-width: 0 0 1px;
|
||||
border-radius: 0;
|
||||
.bs-example + .highlight:before {
|
||||
/*margin: -15px -15px 15px;*/
|
||||
/*border-width: 0 0 1px;*/
|
||||
/*border-radius: 0;*/
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* Make the examples and snippets not full-width */
|
||||
@media (min-width: 768px) {
|
||||
/*
|
||||
.bs-example {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
@ -980,6 +999,8 @@ h1[id] {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
*/
|
||||
/*
|
||||
.bs-example + .highlight {
|
||||
margin-top: -16px;
|
||||
margin-right: 0;
|
||||
@ -988,6 +1009,7 @@ h1[id] {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/* Undo width of container */
|
||||
@ -1211,19 +1233,15 @@ h1[id] {
|
||||
*/
|
||||
|
||||
.highlight {
|
||||
padding: 9px 14px;
|
||||
margin-bottom: 14px;
|
||||
padding: 1.5rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #f7f7f9;
|
||||
border: 1px solid #e1e1e8;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.highlight pre {
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
word-break: normal;
|
||||
word-wrap: nowrap;
|
||||
white-space: nowrap;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
@ -1231,10 +1249,6 @@ h1[id] {
|
||||
font-size: inherit;
|
||||
color: #333; /* Effectively the base text color */
|
||||
}
|
||||
.highlight pre code:first-child {
|
||||
display: inline-block;
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
@ -1541,6 +1555,7 @@ h1[id] {
|
||||
.zero-clipboard {
|
||||
position: relative;
|
||||
display: none;
|
||||
float: right;
|
||||
}
|
||||
.btn-clipboard {
|
||||
position: absolute;
|
||||
@ -1548,18 +1563,16 @@ h1[id] {
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
padding: 5px 8px;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
padding: .25rem .5rem;
|
||||
font-size: 75%;
|
||||
color: #818a91;
|
||||
cursor: pointer;
|
||||
background-color: #fff;
|
||||
border: 1px solid #e1e1e8;
|
||||
border-radius: 0 4px 0 4px;
|
||||
background-color: #eceeef;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
.btn-clipboard-hover {
|
||||
color: #fff;
|
||||
background-color: #563d7c;
|
||||
border-color: #563d7c;
|
||||
background-color: #027de7;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
66
docs/dist/css/bootstrap-theme.css
vendored
66
docs/dist/css/bootstrap-theme.css
vendored
@ -61,28 +61,28 @@
|
||||
background-image: none;
|
||||
}
|
||||
.btn-primary {
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #015caa 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #015caa 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#015caa));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #015caa 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff015caa', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #2b669a;
|
||||
border-color: #0157a0;
|
||||
}
|
||||
.btn-primary:hover,
|
||||
.btn-primary:focus {
|
||||
background-color: #2d6ca2;
|
||||
background-color: #015caa;
|
||||
background-position: 0 -15px;
|
||||
}
|
||||
.btn-primary:active,
|
||||
.btn-primary.active {
|
||||
background-color: #2d6ca2;
|
||||
border-color: #2b669a;
|
||||
background-color: #015caa;
|
||||
border-color: #0157a0;
|
||||
}
|
||||
.btn-primary:disabled,
|
||||
.btn-primary[disabled] {
|
||||
background-color: #2d6ca2;
|
||||
background-color: #015caa;
|
||||
background-image: none;
|
||||
}
|
||||
.btn-success {
|
||||
@ -203,12 +203,12 @@
|
||||
.dropdown-menu > .active > a,
|
||||
.dropdown-menu > .active > a:hover,
|
||||
.dropdown-menu > .active > a:focus {
|
||||
background-color: #357ebd;
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
||||
background-color: #026fce;
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#026fce));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #026fce 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff026fce', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.navbar-default {
|
||||
@ -315,11 +315,11 @@
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.progress-bar {
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #0262b4 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #0262b4 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#0262b4));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #0262b4 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff0262b4', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.progress-bar-success {
|
||||
@ -367,14 +367,14 @@
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:hover,
|
||||
.list-group-item.active:focus {
|
||||
text-shadow: 0 -1px 0 #3071a9;
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
|
||||
text-shadow: 0 -1px 0 #0262b4;
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #0268c1 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #0268c1 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#0268c1));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #0268c1 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff0268c1', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #3278b3;
|
||||
border-color: #0268c1;
|
||||
}
|
||||
.panel {
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
|
||||
@ -389,11 +389,11 @@
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.panel-primary > .panel-heading {
|
||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
|
||||
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
||||
background-image: -webkit-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -o-linear-gradient(top, #027de7 0%, #026fce 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#027de7), to(#026fce));
|
||||
background-image: linear-gradient(to bottom, #027de7 0%, #026fce 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff027de7', endColorstr='#ff026fce', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.panel-success > .panel-heading {
|
||||
|
2
docs/dist/css/bootstrap-theme.css.map
vendored
2
docs/dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap-theme.min.css
vendored
2
docs/dist/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
353
docs/dist/css/bootstrap.css
vendored
353
docs/dist/css/bootstrap.css
vendored
@ -890,14 +890,14 @@ th {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
font-size: 10px;
|
||||
font-size: 16px;
|
||||
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -910,12 +910,12 @@ textarea {
|
||||
line-height: inherit;
|
||||
}
|
||||
a {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
color: #01549b;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:focus {
|
||||
@ -946,7 +946,7 @@ img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 4px;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
@ -958,8 +958,8 @@ img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
border: 0;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
@ -1033,8 +1033,8 @@ h2,
|
||||
.h2,
|
||||
h3,
|
||||
.h3 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h1 small,
|
||||
.h1 small,
|
||||
@ -1056,8 +1056,8 @@ h5,
|
||||
.h5,
|
||||
h6,
|
||||
.h6 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h4 small,
|
||||
.h4 small,
|
||||
@ -1075,41 +1075,34 @@ h6 .small,
|
||||
}
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 36px;
|
||||
font-size: 3rem;
|
||||
}
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 30px;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 24px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 18px;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 14px;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 12px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 10px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.lead {
|
||||
margin-bottom: 20px;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.lead {
|
||||
font-size: 21px;
|
||||
}
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
small,
|
||||
.small {
|
||||
@ -1148,10 +1141,10 @@ mark,
|
||||
color: #777;
|
||||
}
|
||||
.text-primary {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
}
|
||||
a.text-primary:hover {
|
||||
color: #3071a9;
|
||||
color: #0262b4;
|
||||
}
|
||||
.text-success {
|
||||
color: #3c763d;
|
||||
@ -1179,10 +1172,10 @@ a.text-danger:hover {
|
||||
}
|
||||
.bg-primary {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
}
|
||||
a.bg-primary:hover {
|
||||
background-color: #3071a9;
|
||||
background-color: #0262b4;
|
||||
}
|
||||
.bg-success {
|
||||
background-color: #dff0d8;
|
||||
@ -1208,15 +1201,10 @@ a.bg-warning:hover {
|
||||
a.bg-danger:hover {
|
||||
background-color: #e4b9b9;
|
||||
}
|
||||
.page-header {
|
||||
padding-bottom: 9px;
|
||||
margin: 40px 0 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
ul ul,
|
||||
ol ul,
|
||||
@ -1240,11 +1228,11 @@ ol ol {
|
||||
}
|
||||
dl {
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
dt,
|
||||
dd {
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
}
|
||||
dt {
|
||||
font-weight: bold;
|
||||
@ -1276,9 +1264,9 @@ abbr[data-original-title] {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
blockquote {
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 20px;
|
||||
font-size: 17.5px;
|
||||
padding: 12px 24px;
|
||||
margin: 0 0 24px;
|
||||
font-size: 1.25rem;
|
||||
border-left: 5px solid #eee;
|
||||
}
|
||||
blockquote p:last-child,
|
||||
@ -1291,7 +1279,7 @@ blockquote small,
|
||||
blockquote .small {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
}
|
||||
blockquote footer:before,
|
||||
@ -1328,9 +1316,9 @@ blockquote:after {
|
||||
content: "";
|
||||
}
|
||||
address {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
font-style: normal;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
}
|
||||
code,
|
||||
kbd,
|
||||
@ -1362,22 +1350,17 @@ kbd kbd {
|
||||
}
|
||||
pre {
|
||||
display: block;
|
||||
padding: 9.5px;
|
||||
margin: 0 0 10px;
|
||||
font-size: 13px;
|
||||
line-height: 1.42857143;
|
||||
padding: 11.5px;
|
||||
margin: 0 0 12px;
|
||||
font-size: 90%;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
background-color: #f7f7f9;
|
||||
}
|
||||
pre code {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
white-space: pre-wrap;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -2061,7 +2044,7 @@ th {
|
||||
.table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.table > thead > tr > th,
|
||||
.table > tbody > tr > th,
|
||||
@ -2070,7 +2053,7 @@ th {
|
||||
.table > tbody > tr > td,
|
||||
.table > tfoot > tr > td {
|
||||
padding: 8px;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
@ -2240,7 +2223,7 @@ table th[class*="col-"] {
|
||||
@media screen and (max-width: 767px) {
|
||||
.table-responsive {
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 18px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@ -2294,8 +2277,8 @@ legend {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: 20px;
|
||||
font-size: 21px;
|
||||
margin-bottom: 24px;
|
||||
font-size: 1.5rem;
|
||||
line-height: inherit;
|
||||
color: #333;
|
||||
border: 0;
|
||||
@ -2339,17 +2322,17 @@ input[type="checkbox"]:focus {
|
||||
output {
|
||||
display: block;
|
||||
padding-top: 7px;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
}
|
||||
.form-control {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 34px;
|
||||
height: 38px;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
@ -2394,20 +2377,20 @@ input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="datetime-local"],
|
||||
input[type="month"] {
|
||||
line-height: 34px;
|
||||
line-height: 1.42857143 \0;
|
||||
line-height: 38px;
|
||||
line-height: 1.5 \0;
|
||||
}
|
||||
input[type="date"].input-sm,
|
||||
input[type="time"].input-sm,
|
||||
input[type="datetime-local"].input-sm,
|
||||
input[type="month"].input-sm {
|
||||
line-height: 30px;
|
||||
line-height: 13rem;
|
||||
}
|
||||
input[type="date"].input-lg,
|
||||
input[type="time"].input-lg,
|
||||
input[type="datetime-local"].input-lg,
|
||||
input[type="month"].input-lg {
|
||||
line-height: 46px;
|
||||
line-height: 24rem;
|
||||
}
|
||||
.form-group {
|
||||
margin-bottom: 15px;
|
||||
@ -2421,7 +2404,7 @@ input[type="month"].input-lg {
|
||||
}
|
||||
.radio label,
|
||||
.checkbox label {
|
||||
min-height: 20px;
|
||||
min-height: 24px;
|
||||
padding-left: 20px;
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
@ -2485,16 +2468,16 @@ fieldset[disabled] .checkbox label {
|
||||
}
|
||||
.input-sm,
|
||||
.form-group-sm .form-control {
|
||||
height: 30px;
|
||||
height: 13rem;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
select.input-sm,
|
||||
select.form-group-sm .form-control {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
height: 13rem;
|
||||
line-height: 13rem;
|
||||
}
|
||||
textarea.input-sm,
|
||||
textarea.form-group-sm .form-control,
|
||||
@ -2504,16 +2487,16 @@ select[multiple].form-group-sm .form-control {
|
||||
}
|
||||
.input-lg,
|
||||
.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
height: 24rem;
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.33;
|
||||
border-radius: 6px;
|
||||
}
|
||||
select.input-lg,
|
||||
select.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
height: 24rem;
|
||||
line-height: 24rem;
|
||||
}
|
||||
textarea.input-lg,
|
||||
textarea.form-group-lg .form-control,
|
||||
@ -2525,7 +2508,7 @@ select[multiple].form-group-lg .form-control {
|
||||
position: relative;
|
||||
}
|
||||
.has-feedback .form-control {
|
||||
padding-right: 42.5px;
|
||||
padding-right: 47.5px;
|
||||
}
|
||||
.form-control-feedback {
|
||||
position: absolute;
|
||||
@ -2533,20 +2516,20 @@ select[multiple].form-group-lg .form-control {
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
display: block;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
text-align: center;
|
||||
}
|
||||
.input-lg + .form-control-feedback {
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
width: 24rem;
|
||||
height: 24rem;
|
||||
line-height: 24rem;
|
||||
}
|
||||
.input-sm + .form-control-feedback {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
width: 13rem;
|
||||
height: 13rem;
|
||||
line-height: 13rem;
|
||||
}
|
||||
.has-success .help-block,
|
||||
.has-success .control-label,
|
||||
@ -2639,7 +2622,7 @@ select[multiple].form-group-lg .form-control {
|
||||
color: #a94442;
|
||||
}
|
||||
.has-feedback label ~ .form-control-feedback {
|
||||
top: 25px;
|
||||
top: 29px;
|
||||
}
|
||||
.has-feedback label.sr-only ~ .form-control-feedback {
|
||||
top: 0;
|
||||
@ -2707,7 +2690,7 @@ select[multiple].form-group-lg .form-control {
|
||||
}
|
||||
.form-horizontal .radio,
|
||||
.form-horizontal .checkbox {
|
||||
min-height: 27px;
|
||||
min-height: 31px;
|
||||
}
|
||||
.form-horizontal .form-group {
|
||||
margin-right: -15px;
|
||||
@ -2737,9 +2720,9 @@ select[multiple].form-group-lg .form-control {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
@ -2834,8 +2817,8 @@ fieldset[disabled] .btn-default.active {
|
||||
}
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
background-color: #027de7;
|
||||
border-color: #026fce;
|
||||
}
|
||||
.btn-primary:hover,
|
||||
.btn-primary:focus,
|
||||
@ -2844,8 +2827,8 @@ fieldset[disabled] .btn-default.active {
|
||||
.btn-primary.active,
|
||||
.open > .dropdown-toggle.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #3071a9;
|
||||
border-color: #285e8e;
|
||||
background-color: #0262b4;
|
||||
border-color: #014e91;
|
||||
}
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
@ -2870,11 +2853,11 @@ fieldset[disabled] .btn-primary:active,
|
||||
.btn-primary.disabled.active,
|
||||
.btn-primary[disabled].active,
|
||||
fieldset[disabled] .btn-primary.active {
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
background-color: #027de7;
|
||||
border-color: #026fce;
|
||||
}
|
||||
.btn-primary .badge {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
background-color: #fff;
|
||||
}
|
||||
.btn-success {
|
||||
@ -3059,7 +3042,7 @@ fieldset[disabled] .btn-danger.active {
|
||||
}
|
||||
.btn-link {
|
||||
font-weight: normal;
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
border-radius: 0;
|
||||
}
|
||||
.btn-link,
|
||||
@ -3078,7 +3061,7 @@ fieldset[disabled] .btn-link {
|
||||
}
|
||||
.btn-link:hover,
|
||||
.btn-link:focus {
|
||||
color: #2a6496;
|
||||
color: #01549b;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3092,21 +3075,21 @@ fieldset[disabled] .btn-link:focus {
|
||||
.btn-lg,
|
||||
.btn-group-lg > .btn {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.33;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.btn-sm,
|
||||
.btn-group-sm > .btn {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.btn-xs,
|
||||
.btn-group-xs > .btn {
|
||||
padding: 1px 5px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
@ -3177,7 +3160,7 @@ tbody.collapse.in {
|
||||
min-width: 160px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -3195,7 +3178,7 @@ tbody.collapse.in {
|
||||
}
|
||||
.dropdown-menu .divider {
|
||||
height: 1px;
|
||||
margin: 9px 0;
|
||||
margin: 11px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
@ -3204,7 +3187,7 @@ tbody.collapse.in {
|
||||
padding: 3px 20px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
color: #333;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -3219,7 +3202,7 @@ tbody.collapse.in {
|
||||
.dropdown-menu > .active > a:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
outline: 0;
|
||||
}
|
||||
.dropdown-menu > .disabled > a,
|
||||
@ -3252,8 +3235,8 @@ tbody.collapse.in {
|
||||
.dropdown-header {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
font-size: 12px;
|
||||
line-height: 1.42857143;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
color: #777;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -3484,17 +3467,17 @@ tbody.collapse.in {
|
||||
.input-group-lg > .form-control,
|
||||
.input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .btn {
|
||||
height: 46px;
|
||||
height: 24rem;
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.33;
|
||||
border-radius: 6px;
|
||||
}
|
||||
select.input-group-lg > .form-control,
|
||||
select.input-group-lg > .input-group-addon,
|
||||
select.input-group-lg > .input-group-btn > .btn {
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
height: 24rem;
|
||||
line-height: 24rem;
|
||||
}
|
||||
textarea.input-group-lg > .form-control,
|
||||
textarea.input-group-lg > .input-group-addon,
|
||||
@ -3507,17 +3490,17 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
|
||||
.input-group-sm > .form-control,
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .btn {
|
||||
height: 30px;
|
||||
height: 13rem;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
select.input-group-sm > .form-control,
|
||||
select.input-group-sm > .input-group-addon,
|
||||
select.input-group-sm > .input-group-btn > .btn {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
height: 13rem;
|
||||
line-height: 13rem;
|
||||
}
|
||||
textarea.input-group-sm > .form-control,
|
||||
textarea.input-group-sm > .input-group-addon,
|
||||
@ -3545,7 +3528,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
.input-group-addon {
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #555;
|
||||
@ -3556,12 +3539,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
.input-group-addon.input-sm {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.input-group-addon.input-lg {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.input-group-addon input[type="radio"],
|
||||
@ -3651,11 +3634,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav .open > a:hover,
|
||||
.nav .open > a:focus {
|
||||
background-color: #eee;
|
||||
border-color: #428bca;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.nav .nav-divider {
|
||||
height: 1px;
|
||||
margin: 9px 0;
|
||||
margin: 11px 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
@ -3671,7 +3654,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
margin-right: 2px;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
@ -3744,7 +3727,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.nav-pills > li.active > a:hover,
|
||||
.nav-pills > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
}
|
||||
.nav-stacked > li {
|
||||
float: none;
|
||||
@ -3813,7 +3796,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.navbar {
|
||||
position: relative;
|
||||
min-height: 50px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@ -3923,9 +3906,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
height: 50px;
|
||||
padding: 15px 15px;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
padding: 13px 15px;
|
||||
font-size: 1.25rem;
|
||||
line-height: 24px;
|
||||
}
|
||||
.navbar-brand:hover,
|
||||
.navbar-brand:focus {
|
||||
@ -3970,12 +3953,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
}
|
||||
.navbar-nav {
|
||||
margin: 7.5px -15px;
|
||||
margin: 6.5px -15px;
|
||||
}
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
line-height: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
@ -3993,7 +3976,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
padding: 5px 15px 5px 25px;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu > li > a {
|
||||
line-height: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu > li > a:hover,
|
||||
.navbar-nav .open .dropdown-menu > li > a:focus {
|
||||
@ -4009,15 +3992,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
float: left;
|
||||
}
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
padding-top: 13px;
|
||||
padding-bottom: 13px;
|
||||
}
|
||||
}
|
||||
.navbar-form {
|
||||
padding: 10px 15px;
|
||||
margin-top: 8px;
|
||||
margin-top: 6px;
|
||||
margin-right: -15px;
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 6px;
|
||||
margin-left: -15px;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
@ -4098,20 +4081,20 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.navbar-btn {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.navbar-btn.btn-sm {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 18.5px;
|
||||
margin-bottom: 18.5px;
|
||||
}
|
||||
.navbar-btn.btn-xs {
|
||||
margin-top: 14px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.navbar-text {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 13px;
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.navbar-text {
|
||||
@ -4332,7 +4315,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
}
|
||||
.breadcrumb {
|
||||
padding: 8px 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
list-style: none;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 4px;
|
||||
@ -4351,7 +4334,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
margin: 20px 0;
|
||||
margin: 24px 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.pagination > li {
|
||||
@ -4363,8 +4346,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
float: left;
|
||||
padding: 6px 12px;
|
||||
margin-left: -1px;
|
||||
line-height: 1.42857143;
|
||||
color: #428bca;
|
||||
line-height: 1.5;
|
||||
color: #027de7;
|
||||
text-decoration: none;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
@ -4384,7 +4367,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination > li > span:hover,
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > span:focus {
|
||||
color: #2a6496;
|
||||
color: #01549b;
|
||||
background-color: #eee;
|
||||
border-color: #ddd;
|
||||
}
|
||||
@ -4397,8 +4380,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
background-color: #428bca;
|
||||
border-color: #428bca;
|
||||
background-color: #027de7;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:hover,
|
||||
@ -4414,7 +4397,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination-lg > li > a,
|
||||
.pagination-lg > li > span {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.pagination-lg > li:first-child > a,
|
||||
.pagination-lg > li:first-child > span {
|
||||
@ -4429,7 +4412,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
.pagination-sm > li > a,
|
||||
.pagination-sm > li > span {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
}
|
||||
.pagination-sm > li:first-child > a,
|
||||
.pagination-sm > li:first-child > span {
|
||||
@ -4443,7 +4426,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
}
|
||||
.pager {
|
||||
padding-left: 0;
|
||||
margin: 20px 0;
|
||||
margin: 24px 0;
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
}
|
||||
@ -4512,11 +4495,11 @@ a.label:focus {
|
||||
background-color: #5e5e5e;
|
||||
}
|
||||
.label-primary {
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
}
|
||||
.label-primary[href]:hover,
|
||||
.label-primary[href]:focus {
|
||||
background-color: #3071a9;
|
||||
background-color: #0262b4;
|
||||
}
|
||||
.label-success {
|
||||
background-color: #5cb85c;
|
||||
@ -4550,7 +4533,7 @@ a.label:focus {
|
||||
display: inline-block;
|
||||
min-width: 10px;
|
||||
padding: 3px 7px;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: #fff;
|
||||
@ -4579,7 +4562,7 @@ a.badge:focus {
|
||||
}
|
||||
a.list-group-item.active > .badge,
|
||||
.nav-pills > .active > a > .badge {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
background-color: #fff;
|
||||
}
|
||||
.nav-pills > li > a > .badge {
|
||||
@ -4597,7 +4580,7 @@ a.list-group-item.active > .badge,
|
||||
}
|
||||
.jumbotron p {
|
||||
margin-bottom: 15px;
|
||||
font-size: 21px;
|
||||
font-size: 2rem;
|
||||
font-weight: 200;
|
||||
}
|
||||
.jumbotron > hr {
|
||||
@ -4620,14 +4603,14 @@ a.list-group-item.active > .badge,
|
||||
}
|
||||
.jumbotron h1,
|
||||
.jumbotron .h1 {
|
||||
font-size: 63px;
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
}
|
||||
.thumbnail {
|
||||
display: block;
|
||||
padding: 4px;
|
||||
margin-bottom: 20px;
|
||||
line-height: 1.42857143;
|
||||
margin-bottom: 24px;
|
||||
line-height: 1.5;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
@ -4643,7 +4626,7 @@ a.list-group-item.active > .badge,
|
||||
a.thumbnail:hover,
|
||||
a.thumbnail:focus,
|
||||
a.thumbnail.active {
|
||||
border-color: #428bca;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.thumbnail .caption {
|
||||
padding: 9px;
|
||||
@ -4651,7 +4634,7 @@ a.thumbnail.active {
|
||||
}
|
||||
.alert {
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
}
|
||||
@ -4749,8 +4732,8 @@ a.thumbnail.active {
|
||||
}
|
||||
}
|
||||
.progress {
|
||||
height: 20px;
|
||||
margin-bottom: 20px;
|
||||
height: 24px;
|
||||
margin-bottom: 24px;
|
||||
overflow: hidden;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 4px;
|
||||
@ -4761,11 +4744,11 @@ a.thumbnail.active {
|
||||
float: left;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
font-size: .85rem;
|
||||
line-height: 24px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #428bca;
|
||||
background-color: #027de7;
|
||||
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
||||
-webkit-transition: width .6s ease;
|
||||
@ -4915,8 +4898,8 @@ a.list-group-item:focus {
|
||||
.list-group-item.active:focus {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
border-color: #428bca;
|
||||
background-color: #027de7;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.list-group-item.active .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
@ -4932,7 +4915,7 @@ a.list-group-item:focus {
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text {
|
||||
color: #e1edf7;
|
||||
color: #b7ddfe;
|
||||
}
|
||||
.list-group-item-success {
|
||||
color: #3c763d;
|
||||
@ -5031,7 +5014,7 @@ a.list-group-item-danger.active:focus {
|
||||
line-height: 1.3;
|
||||
}
|
||||
.panel {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
background-color: #fff;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
@ -5053,7 +5036,7 @@ a.list-group-item-danger.active:focus {
|
||||
.panel-title {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 16px;
|
||||
font-size: 2rem;
|
||||
color: inherit;
|
||||
}
|
||||
.panel-title > a {
|
||||
@ -5209,7 +5192,7 @@ a.list-group-item-danger.active:focus {
|
||||
border: 0;
|
||||
}
|
||||
.panel-group {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.panel-group .panel {
|
||||
margin-bottom: 0;
|
||||
@ -5249,22 +5232,22 @@ a.list-group-item-danger.active:focus {
|
||||
border-bottom-color: #ddd;
|
||||
}
|
||||
.panel-primary {
|
||||
border-color: #428bca;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.panel-primary > .panel-heading {
|
||||
color: #fff;
|
||||
background-color: #428bca;
|
||||
border-color: #428bca;
|
||||
background-color: #027de7;
|
||||
border-color: #027de7;
|
||||
}
|
||||
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
||||
border-top-color: #428bca;
|
||||
border-top-color: #027de7;
|
||||
}
|
||||
.panel-primary > .panel-heading .badge {
|
||||
color: #428bca;
|
||||
color: #027de7;
|
||||
background-color: #fff;
|
||||
}
|
||||
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color: #428bca;
|
||||
border-bottom-color: #027de7;
|
||||
}
|
||||
.panel-success {
|
||||
border-color: #d6e9c6;
|
||||
@ -5387,7 +5370,7 @@ a.list-group-item-danger.active:focus {
|
||||
}
|
||||
.close {
|
||||
float: right;
|
||||
font-size: 21px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
@ -5475,7 +5458,7 @@ button.close {
|
||||
opacity: .5;
|
||||
}
|
||||
.modal-header {
|
||||
min-height: 16.42857143px;
|
||||
min-height: 16.5px;
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
@ -5484,7 +5467,7 @@ button.close {
|
||||
}
|
||||
.modal-title {
|
||||
margin: 0;
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.modal-body {
|
||||
position: relative;
|
||||
@ -5534,7 +5517,7 @@ button.close {
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-size: .85rem;
|
||||
line-height: 1.4;
|
||||
visibility: visible;
|
||||
filter: alpha(opacity=0);
|
||||
@ -5662,7 +5645,7 @@ button.close {
|
||||
.popover-title {
|
||||
padding: 8px 14px;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
background-color: #f7f7f7;
|
||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -41,21 +41,16 @@ pre {
|
||||
display: block;
|
||||
padding: ((@line-height-computed - 1) / 2);
|
||||
margin: 0 0 (@line-height-computed / 2);
|
||||
font-size: (@font-size-base - 1); // 14px to 13px
|
||||
font-size: 90%;
|
||||
line-height: @line-height-base;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
color: @pre-color;
|
||||
background-color: @pre-bg;
|
||||
border: 1px solid @pre-border-color;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
// Account for some code outputs that place code tags in pre tags
|
||||
code {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
white-space: pre-wrap;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
// Body reset
|
||||
|
||||
html {
|
||||
font-size: 10px;
|
||||
font-size: @font-size-root;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
|
@ -56,18 +56,12 @@ h6, .h6 { font-size: @font-size-h6; }
|
||||
// -------------------------
|
||||
|
||||
p {
|
||||
margin: 0 0 (@line-height-computed / 2);
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.lead {
|
||||
margin-bottom: @line-height-computed;
|
||||
font-size: floor((@font-size-base * 1.15));
|
||||
font-weight: 300;
|
||||
line-height: 1.4;
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
font-size: (@font-size-base * 1.5);
|
||||
}
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
@ -144,11 +138,11 @@ mark,
|
||||
// Page header
|
||||
// -------------------------
|
||||
|
||||
.page-header {
|
||||
padding-bottom: ((@line-height-computed / 2) - 1);
|
||||
margin: (@line-height-computed * 2) 0 @line-height-computed;
|
||||
border-bottom: 1px solid @page-header-border-color;
|
||||
}
|
||||
// .page-header {
|
||||
// padding-bottom: ((@line-height-computed / 2) - 1);
|
||||
// margin: (@line-height-computed * 2) 0 @line-height-computed;
|
||||
// border-bottom: 1px solid @page-header-border-color;
|
||||
// }
|
||||
|
||||
|
||||
// Lists
|
||||
|
@ -14,7 +14,7 @@
|
||||
@gray-light: lighten(@gray-base, 46.7%); // #777
|
||||
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
|
||||
|
||||
@brand-primary: #428bca;
|
||||
@brand-primary: #027de7;
|
||||
@brand-success: #5cb85c;
|
||||
@brand-info: #5bc0de;
|
||||
@brand-warning: #f0ad4e;
|
||||
@ -46,21 +46,22 @@
|
||||
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
@font-family-base: @font-family-sans-serif;
|
||||
|
||||
@font-size-base: 14px;
|
||||
@font-size-large: ceil((@font-size-base * 1.25)); // ~18px
|
||||
@font-size-small: ceil((@font-size-base * 0.85)); // ~12px
|
||||
@font-size-root: 16px;
|
||||
@font-size-base: 1rem;
|
||||
@font-size-large: 1.25rem;
|
||||
@font-size-small: .85rem;
|
||||
|
||||
@font-size-h1: floor((@font-size-base * 2.6)); // ~36px
|
||||
@font-size-h2: floor((@font-size-base * 2.15)); // ~30px
|
||||
@font-size-h3: ceil((@font-size-base * 1.7)); // ~24px
|
||||
@font-size-h4: ceil((@font-size-base * 1.25)); // ~18px
|
||||
@font-size-h5: @font-size-base;
|
||||
@font-size-h6: ceil((@font-size-base * 0.85)); // ~12px
|
||||
@font-size-h1: 3rem;
|
||||
@font-size-h2: 2.5rem;
|
||||
@font-size-h3: 2rem;
|
||||
@font-size-h4: 1.5rem;
|
||||
@font-size-h5: 1.25rem;
|
||||
@font-size-h6: 1rem;
|
||||
|
||||
//** Unit-less `line-height` for use in components like buttons.
|
||||
@line-height-base: 1.428571429; // 20/14
|
||||
@line-height-base: 1.5; // 20/14
|
||||
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
||||
@line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px
|
||||
@line-height-computed: (@font-size-root * @line-height-base); // ~20px
|
||||
|
||||
//** By default, this inherits from the `<body>`.
|
||||
@headings-font-family: inherit;
|
||||
@ -813,7 +814,7 @@
|
||||
@kbd-color: #fff;
|
||||
@kbd-bg: #333;
|
||||
|
||||
@pre-bg: #f5f5f5;
|
||||
@pre-bg: #f7f7f9;
|
||||
@pre-color: @gray-dark;
|
||||
@pre-border-color: #ccc;
|
||||
@pre-scrollable-max-height: 340px;
|
||||
|
Loading…
Reference in New Issue
Block a user