mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
Merge branch 'v4' into force-expanded
This commit is contained in:
6598
dist/css/bootstrap-flex.css
vendored
6598
dist/css/bootstrap-flex.css
vendored
File diff suppressed because it is too large
Load Diff
1
dist/css/bootstrap-flex.css.map
vendored
1
dist/css/bootstrap-flex.css.map
vendored
File diff suppressed because one or more lines are too long
6
dist/css/bootstrap-flex.min.css
vendored
6
dist/css/bootstrap-flex.min.css
vendored
File diff suppressed because one or more lines are too long
1
dist/css/bootstrap-flex.min.css.map
vendored
1
dist/css/bootstrap-flex.min.css.map
vendored
File diff suppressed because one or more lines are too long
930
dist/css/bootstrap-grid.css
vendored
930
dist/css/bootstrap-grid.css
vendored
@@ -1,930 +0,0 @@
|
||||
/*!
|
||||
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
.container {
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.container:before,
|
||||
.container:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.container:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.container {
|
||||
max-width: 34rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.container {
|
||||
max-width: 45rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 62em) {
|
||||
.container {
|
||||
max-width: 60rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 75em) {
|
||||
.container {
|
||||
max-width: 72.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.container-fluid:before,
|
||||
.container-fluid:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.container-fluid:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-right: -.75rem;
|
||||
margin-left: -.75rem;
|
||||
}
|
||||
|
||||
.row:before,
|
||||
.row:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.row:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
}
|
||||
|
||||
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.col-xs-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
|
||||
.col-xs-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
|
||||
.col-xs-3 {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.col-xs-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
|
||||
.col-xs-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
|
||||
.col-xs-6 {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.col-xs-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
|
||||
.col-xs-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
|
||||
.col-xs-9 {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.col-xs-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
|
||||
.col-xs-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
|
||||
.col-xs-12 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.col-xs-pull-0 {
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.col-xs-pull-1 {
|
||||
right: 8.333333%;
|
||||
}
|
||||
|
||||
.col-xs-pull-2 {
|
||||
right: 16.666667%;
|
||||
}
|
||||
|
||||
.col-xs-pull-3 {
|
||||
right: 25%;
|
||||
}
|
||||
|
||||
.col-xs-pull-4 {
|
||||
right: 33.333333%;
|
||||
}
|
||||
|
||||
.col-xs-pull-5 {
|
||||
right: 41.666667%;
|
||||
}
|
||||
|
||||
.col-xs-pull-6 {
|
||||
right: 50%;
|
||||
}
|
||||
|
||||
.col-xs-pull-7 {
|
||||
right: 58.333333%;
|
||||
}
|
||||
|
||||
.col-xs-pull-8 {
|
||||
right: 66.666667%;
|
||||
}
|
||||
|
||||
.col-xs-pull-9 {
|
||||
right: 75%;
|
||||
}
|
||||
|
||||
.col-xs-pull-10 {
|
||||
right: 83.333333%;
|
||||
}
|
||||
|
||||
.col-xs-pull-11 {
|
||||
right: 91.666667%;
|
||||
}
|
||||
|
||||
.col-xs-pull-12 {
|
||||
right: 100%;
|
||||
}
|
||||
|
||||
.col-xs-push-0 {
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.col-xs-push-1 {
|
||||
left: 8.333333%;
|
||||
}
|
||||
|
||||
.col-xs-push-2 {
|
||||
left: 16.666667%;
|
||||
}
|
||||
|
||||
.col-xs-push-3 {
|
||||
left: 25%;
|
||||
}
|
||||
|
||||
.col-xs-push-4 {
|
||||
left: 33.333333%;
|
||||
}
|
||||
|
||||
.col-xs-push-5 {
|
||||
left: 41.666667%;
|
||||
}
|
||||
|
||||
.col-xs-push-6 {
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.col-xs-push-7 {
|
||||
left: 58.333333%;
|
||||
}
|
||||
|
||||
.col-xs-push-8 {
|
||||
left: 66.666667%;
|
||||
}
|
||||
|
||||
.col-xs-push-9 {
|
||||
left: 75%;
|
||||
}
|
||||
|
||||
.col-xs-push-10 {
|
||||
left: 83.333333%;
|
||||
}
|
||||
|
||||
.col-xs-push-11 {
|
||||
left: 91.666667%;
|
||||
}
|
||||
|
||||
.col-xs-push-12 {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.col-xs-offset-0 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.col-xs-offset-1 {
|
||||
margin-left: 8.333333%;
|
||||
}
|
||||
|
||||
.col-xs-offset-2 {
|
||||
margin-left: 16.666667%;
|
||||
}
|
||||
|
||||
.col-xs-offset-3 {
|
||||
margin-left: 25%;
|
||||
}
|
||||
|
||||
.col-xs-offset-4 {
|
||||
margin-left: 33.333333%;
|
||||
}
|
||||
|
||||
.col-xs-offset-5 {
|
||||
margin-left: 41.666667%;
|
||||
}
|
||||
|
||||
.col-xs-offset-6 {
|
||||
margin-left: 50%;
|
||||
}
|
||||
|
||||
.col-xs-offset-7 {
|
||||
margin-left: 58.333333%;
|
||||
}
|
||||
|
||||
.col-xs-offset-8 {
|
||||
margin-left: 66.666667%;
|
||||
}
|
||||
|
||||
.col-xs-offset-9 {
|
||||
margin-left: 75%;
|
||||
}
|
||||
|
||||
.col-xs-offset-10 {
|
||||
margin-left: 83.333333%;
|
||||
}
|
||||
|
||||
.col-xs-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
|
||||
.col-xs-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
|
||||
float: left;
|
||||
}
|
||||
.col-sm-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-sm-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-sm-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-sm-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-sm-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-sm-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-sm-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-sm-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-sm-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-sm-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-sm-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-sm-12 {
|
||||
width: 100%;
|
||||
}
|
||||
.col-sm-pull-0 {
|
||||
right: auto;
|
||||
}
|
||||
.col-sm-pull-1 {
|
||||
right: 8.333333%;
|
||||
}
|
||||
.col-sm-pull-2 {
|
||||
right: 16.666667%;
|
||||
}
|
||||
.col-sm-pull-3 {
|
||||
right: 25%;
|
||||
}
|
||||
.col-sm-pull-4 {
|
||||
right: 33.333333%;
|
||||
}
|
||||
.col-sm-pull-5 {
|
||||
right: 41.666667%;
|
||||
}
|
||||
.col-sm-pull-6 {
|
||||
right: 50%;
|
||||
}
|
||||
.col-sm-pull-7 {
|
||||
right: 58.333333%;
|
||||
}
|
||||
.col-sm-pull-8 {
|
||||
right: 66.666667%;
|
||||
}
|
||||
.col-sm-pull-9 {
|
||||
right: 75%;
|
||||
}
|
||||
.col-sm-pull-10 {
|
||||
right: 83.333333%;
|
||||
}
|
||||
.col-sm-pull-11 {
|
||||
right: 91.666667%;
|
||||
}
|
||||
.col-sm-pull-12 {
|
||||
right: 100%;
|
||||
}
|
||||
.col-sm-push-0 {
|
||||
left: auto;
|
||||
}
|
||||
.col-sm-push-1 {
|
||||
left: 8.333333%;
|
||||
}
|
||||
.col-sm-push-2 {
|
||||
left: 16.666667%;
|
||||
}
|
||||
.col-sm-push-3 {
|
||||
left: 25%;
|
||||
}
|
||||
.col-sm-push-4 {
|
||||
left: 33.333333%;
|
||||
}
|
||||
.col-sm-push-5 {
|
||||
left: 41.666667%;
|
||||
}
|
||||
.col-sm-push-6 {
|
||||
left: 50%;
|
||||
}
|
||||
.col-sm-push-7 {
|
||||
left: 58.333333%;
|
||||
}
|
||||
.col-sm-push-8 {
|
||||
left: 66.666667%;
|
||||
}
|
||||
.col-sm-push-9 {
|
||||
left: 75%;
|
||||
}
|
||||
.col-sm-push-10 {
|
||||
left: 83.333333%;
|
||||
}
|
||||
.col-sm-push-11 {
|
||||
left: 91.666667%;
|
||||
}
|
||||
.col-sm-push-12 {
|
||||
left: 100%;
|
||||
}
|
||||
.col-sm-offset-0 {
|
||||
margin-left: 0;
|
||||
}
|
||||
.col-sm-offset-1 {
|
||||
margin-left: 8.333333%;
|
||||
}
|
||||
.col-sm-offset-2 {
|
||||
margin-left: 16.666667%;
|
||||
}
|
||||
.col-sm-offset-3 {
|
||||
margin-left: 25%;
|
||||
}
|
||||
.col-sm-offset-4 {
|
||||
margin-left: 33.333333%;
|
||||
}
|
||||
.col-sm-offset-5 {
|
||||
margin-left: 41.666667%;
|
||||
}
|
||||
.col-sm-offset-6 {
|
||||
margin-left: 50%;
|
||||
}
|
||||
.col-sm-offset-7 {
|
||||
margin-left: 58.333333%;
|
||||
}
|
||||
.col-sm-offset-8 {
|
||||
margin-left: 66.666667%;
|
||||
}
|
||||
.col-sm-offset-9 {
|
||||
margin-left: 75%;
|
||||
}
|
||||
.col-sm-offset-10 {
|
||||
margin-left: 83.333333%;
|
||||
}
|
||||
.col-sm-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-sm-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
|
||||
float: left;
|
||||
}
|
||||
.col-md-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-md-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-md-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-md-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-md-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-md-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-md-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-md-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-md-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-md-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-md-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-md-12 {
|
||||
width: 100%;
|
||||
}
|
||||
.col-md-pull-0 {
|
||||
right: auto;
|
||||
}
|
||||
.col-md-pull-1 {
|
||||
right: 8.333333%;
|
||||
}
|
||||
.col-md-pull-2 {
|
||||
right: 16.666667%;
|
||||
}
|
||||
.col-md-pull-3 {
|
||||
right: 25%;
|
||||
}
|
||||
.col-md-pull-4 {
|
||||
right: 33.333333%;
|
||||
}
|
||||
.col-md-pull-5 {
|
||||
right: 41.666667%;
|
||||
}
|
||||
.col-md-pull-6 {
|
||||
right: 50%;
|
||||
}
|
||||
.col-md-pull-7 {
|
||||
right: 58.333333%;
|
||||
}
|
||||
.col-md-pull-8 {
|
||||
right: 66.666667%;
|
||||
}
|
||||
.col-md-pull-9 {
|
||||
right: 75%;
|
||||
}
|
||||
.col-md-pull-10 {
|
||||
right: 83.333333%;
|
||||
}
|
||||
.col-md-pull-11 {
|
||||
right: 91.666667%;
|
||||
}
|
||||
.col-md-pull-12 {
|
||||
right: 100%;
|
||||
}
|
||||
.col-md-push-0 {
|
||||
left: auto;
|
||||
}
|
||||
.col-md-push-1 {
|
||||
left: 8.333333%;
|
||||
}
|
||||
.col-md-push-2 {
|
||||
left: 16.666667%;
|
||||
}
|
||||
.col-md-push-3 {
|
||||
left: 25%;
|
||||
}
|
||||
.col-md-push-4 {
|
||||
left: 33.333333%;
|
||||
}
|
||||
.col-md-push-5 {
|
||||
left: 41.666667%;
|
||||
}
|
||||
.col-md-push-6 {
|
||||
left: 50%;
|
||||
}
|
||||
.col-md-push-7 {
|
||||
left: 58.333333%;
|
||||
}
|
||||
.col-md-push-8 {
|
||||
left: 66.666667%;
|
||||
}
|
||||
.col-md-push-9 {
|
||||
left: 75%;
|
||||
}
|
||||
.col-md-push-10 {
|
||||
left: 83.333333%;
|
||||
}
|
||||
.col-md-push-11 {
|
||||
left: 91.666667%;
|
||||
}
|
||||
.col-md-push-12 {
|
||||
left: 100%;
|
||||
}
|
||||
.col-md-offset-0 {
|
||||
margin-left: 0;
|
||||
}
|
||||
.col-md-offset-1 {
|
||||
margin-left: 8.333333%;
|
||||
}
|
||||
.col-md-offset-2 {
|
||||
margin-left: 16.666667%;
|
||||
}
|
||||
.col-md-offset-3 {
|
||||
margin-left: 25%;
|
||||
}
|
||||
.col-md-offset-4 {
|
||||
margin-left: 33.333333%;
|
||||
}
|
||||
.col-md-offset-5 {
|
||||
margin-left: 41.666667%;
|
||||
}
|
||||
.col-md-offset-6 {
|
||||
margin-left: 50%;
|
||||
}
|
||||
.col-md-offset-7 {
|
||||
margin-left: 58.333333%;
|
||||
}
|
||||
.col-md-offset-8 {
|
||||
margin-left: 66.666667%;
|
||||
}
|
||||
.col-md-offset-9 {
|
||||
margin-left: 75%;
|
||||
}
|
||||
.col-md-offset-10 {
|
||||
margin-left: 83.333333%;
|
||||
}
|
||||
.col-md-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-md-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 62em) {
|
||||
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
|
||||
float: left;
|
||||
}
|
||||
.col-lg-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-lg-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-lg-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-lg-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-lg-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-lg-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-lg-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-lg-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-lg-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-lg-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-lg-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-lg-12 {
|
||||
width: 100%;
|
||||
}
|
||||
.col-lg-pull-0 {
|
||||
right: auto;
|
||||
}
|
||||
.col-lg-pull-1 {
|
||||
right: 8.333333%;
|
||||
}
|
||||
.col-lg-pull-2 {
|
||||
right: 16.666667%;
|
||||
}
|
||||
.col-lg-pull-3 {
|
||||
right: 25%;
|
||||
}
|
||||
.col-lg-pull-4 {
|
||||
right: 33.333333%;
|
||||
}
|
||||
.col-lg-pull-5 {
|
||||
right: 41.666667%;
|
||||
}
|
||||
.col-lg-pull-6 {
|
||||
right: 50%;
|
||||
}
|
||||
.col-lg-pull-7 {
|
||||
right: 58.333333%;
|
||||
}
|
||||
.col-lg-pull-8 {
|
||||
right: 66.666667%;
|
||||
}
|
||||
.col-lg-pull-9 {
|
||||
right: 75%;
|
||||
}
|
||||
.col-lg-pull-10 {
|
||||
right: 83.333333%;
|
||||
}
|
||||
.col-lg-pull-11 {
|
||||
right: 91.666667%;
|
||||
}
|
||||
.col-lg-pull-12 {
|
||||
right: 100%;
|
||||
}
|
||||
.col-lg-push-0 {
|
||||
left: auto;
|
||||
}
|
||||
.col-lg-push-1 {
|
||||
left: 8.333333%;
|
||||
}
|
||||
.col-lg-push-2 {
|
||||
left: 16.666667%;
|
||||
}
|
||||
.col-lg-push-3 {
|
||||
left: 25%;
|
||||
}
|
||||
.col-lg-push-4 {
|
||||
left: 33.333333%;
|
||||
}
|
||||
.col-lg-push-5 {
|
||||
left: 41.666667%;
|
||||
}
|
||||
.col-lg-push-6 {
|
||||
left: 50%;
|
||||
}
|
||||
.col-lg-push-7 {
|
||||
left: 58.333333%;
|
||||
}
|
||||
.col-lg-push-8 {
|
||||
left: 66.666667%;
|
||||
}
|
||||
.col-lg-push-9 {
|
||||
left: 75%;
|
||||
}
|
||||
.col-lg-push-10 {
|
||||
left: 83.333333%;
|
||||
}
|
||||
.col-lg-push-11 {
|
||||
left: 91.666667%;
|
||||
}
|
||||
.col-lg-push-12 {
|
||||
left: 100%;
|
||||
}
|
||||
.col-lg-offset-0 {
|
||||
margin-left: 0;
|
||||
}
|
||||
.col-lg-offset-1 {
|
||||
margin-left: 8.333333%;
|
||||
}
|
||||
.col-lg-offset-2 {
|
||||
margin-left: 16.666667%;
|
||||
}
|
||||
.col-lg-offset-3 {
|
||||
margin-left: 25%;
|
||||
}
|
||||
.col-lg-offset-4 {
|
||||
margin-left: 33.333333%;
|
||||
}
|
||||
.col-lg-offset-5 {
|
||||
margin-left: 41.666667%;
|
||||
}
|
||||
.col-lg-offset-6 {
|
||||
margin-left: 50%;
|
||||
}
|
||||
.col-lg-offset-7 {
|
||||
margin-left: 58.333333%;
|
||||
}
|
||||
.col-lg-offset-8 {
|
||||
margin-left: 66.666667%;
|
||||
}
|
||||
.col-lg-offset-9 {
|
||||
margin-left: 75%;
|
||||
}
|
||||
.col-lg-offset-10 {
|
||||
margin-left: 83.333333%;
|
||||
}
|
||||
.col-lg-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-lg-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 75em) {
|
||||
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
|
||||
float: left;
|
||||
}
|
||||
.col-xl-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-xl-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-xl-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-xl-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-xl-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-xl-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-xl-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-xl-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-xl-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-xl-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-xl-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-xl-12 {
|
||||
width: 100%;
|
||||
}
|
||||
.col-xl-pull-0 {
|
||||
right: auto;
|
||||
}
|
||||
.col-xl-pull-1 {
|
||||
right: 8.333333%;
|
||||
}
|
||||
.col-xl-pull-2 {
|
||||
right: 16.666667%;
|
||||
}
|
||||
.col-xl-pull-3 {
|
||||
right: 25%;
|
||||
}
|
||||
.col-xl-pull-4 {
|
||||
right: 33.333333%;
|
||||
}
|
||||
.col-xl-pull-5 {
|
||||
right: 41.666667%;
|
||||
}
|
||||
.col-xl-pull-6 {
|
||||
right: 50%;
|
||||
}
|
||||
.col-xl-pull-7 {
|
||||
right: 58.333333%;
|
||||
}
|
||||
.col-xl-pull-8 {
|
||||
right: 66.666667%;
|
||||
}
|
||||
.col-xl-pull-9 {
|
||||
right: 75%;
|
||||
}
|
||||
.col-xl-pull-10 {
|
||||
right: 83.333333%;
|
||||
}
|
||||
.col-xl-pull-11 {
|
||||
right: 91.666667%;
|
||||
}
|
||||
.col-xl-pull-12 {
|
||||
right: 100%;
|
||||
}
|
||||
.col-xl-push-0 {
|
||||
left: auto;
|
||||
}
|
||||
.col-xl-push-1 {
|
||||
left: 8.333333%;
|
||||
}
|
||||
.col-xl-push-2 {
|
||||
left: 16.666667%;
|
||||
}
|
||||
.col-xl-push-3 {
|
||||
left: 25%;
|
||||
}
|
||||
.col-xl-push-4 {
|
||||
left: 33.333333%;
|
||||
}
|
||||
.col-xl-push-5 {
|
||||
left: 41.666667%;
|
||||
}
|
||||
.col-xl-push-6 {
|
||||
left: 50%;
|
||||
}
|
||||
.col-xl-push-7 {
|
||||
left: 58.333333%;
|
||||
}
|
||||
.col-xl-push-8 {
|
||||
left: 66.666667%;
|
||||
}
|
||||
.col-xl-push-9 {
|
||||
left: 75%;
|
||||
}
|
||||
.col-xl-push-10 {
|
||||
left: 83.333333%;
|
||||
}
|
||||
.col-xl-push-11 {
|
||||
left: 91.666667%;
|
||||
}
|
||||
.col-xl-push-12 {
|
||||
left: 100%;
|
||||
}
|
||||
.col-xl-offset-0 {
|
||||
margin-left: 0;
|
||||
}
|
||||
.col-xl-offset-1 {
|
||||
margin-left: 8.333333%;
|
||||
}
|
||||
.col-xl-offset-2 {
|
||||
margin-left: 16.666667%;
|
||||
}
|
||||
.col-xl-offset-3 {
|
||||
margin-left: 25%;
|
||||
}
|
||||
.col-xl-offset-4 {
|
||||
margin-left: 33.333333%;
|
||||
}
|
||||
.col-xl-offset-5 {
|
||||
margin-left: 41.666667%;
|
||||
}
|
||||
.col-xl-offset-6 {
|
||||
margin-left: 50%;
|
||||
}
|
||||
.col-xl-offset-7 {
|
||||
margin-left: 58.333333%;
|
||||
}
|
||||
.col-xl-offset-8 {
|
||||
margin-left: 66.666667%;
|
||||
}
|
||||
.col-xl-offset-9 {
|
||||
margin-left: 75%;
|
||||
}
|
||||
.col-xl-offset-10 {
|
||||
margin-left: 83.333333%;
|
||||
}
|
||||
.col-xl-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-xl-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-grid.css.map */
|
1
dist/css/bootstrap-grid.css.map
vendored
1
dist/css/bootstrap-grid.css.map
vendored
File diff suppressed because one or more lines are too long
6
dist/css/bootstrap-grid.min.css
vendored
6
dist/css/bootstrap-grid.min.css
vendored
File diff suppressed because one or more lines are too long
1
dist/css/bootstrap-grid.min.css.map
vendored
1
dist/css/bootstrap-grid.min.css.map
vendored
File diff suppressed because one or more lines are too long
411
dist/css/bootstrap-reboot.css
vendored
411
dist/css/bootstrap-reboot.css
vendored
@@ -1,411 +0,0 @@
|
||||
/*!
|
||||
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
menu,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
progress,
|
||||
video {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
a:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: .67em 0;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #000;
|
||||
background: #ff0;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
sub,
|
||||
sup {
|
||||
position: relative;
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -.25em;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 0;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
button {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
button,
|
||||
html input[type="button"], input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: .35em .625em .75em;
|
||||
margin: 0 2px;
|
||||
border: 1px solid #c0c0c0;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
optgroup {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
-webkit-box-sizing: inherit;
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
@-moz-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@-webkit-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
@viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 0;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
}
|
||||
|
||||
address {
|
||||
margin-bottom: 1rem;
|
||||
font-style: normal;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul,
|
||||
dl {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ul ul,
|
||||
ol ul,
|
||||
ul ol {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-bottom: .5rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0275d8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
[role="button"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
caption {
|
||||
padding-top: .75rem;
|
||||
padding-bottom: .75rem;
|
||||
color: #818a91;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: .5rem;
|
||||
font-size: 1.5rem;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
output {
|
||||
display: inline-block;
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-reboot.css.map */
|
1
dist/css/bootstrap-reboot.css.map
vendored
1
dist/css/bootstrap-reboot.css.map
vendored
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["../../scss/_normalize.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/mixins/_tab-focus.scss"],"names":[],"mappings":"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","file":"bootstrap-reboot.css"}
|
6
dist/css/bootstrap-reboot.min.css
vendored
6
dist/css/bootstrap-reboot.min.css
vendored
@@ -1,6 +0,0 @@
|
||||
/*!
|
||||
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */a,table{background-color:transparent}address,dl,ol,p,ul{margin-bottom:1rem}b,dt,optgroup,strong{font-weight:700}pre,textarea{overflow:auto}caption,th{text-align:left}fieldset,legend,td,th{padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,legend,main,menu,nav,section,summary{display:block}label,output{display:inline-block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#0275d8;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}address,legend{line-height:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{resize:vertical}table{border-spacing:0;border-collapse:collapse}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;-webkit-tap-highlight-color:transparent}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}@viewport{width:device-width}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}dl,ol,p,ul{margin-top:0}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd,label,legend{margin-bottom:.5rem}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}pre{margin-top:0;margin-bottom:1rem}[role=button]{cursor:pointer}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}button,input,select,textarea{margin:0;line-height:inherit}fieldset{min-width:0;margin:0;border:0}legend{border:0;width:100%;font-size:1.5rem}
|
||||
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
1
dist/css/bootstrap-reboot.min.css.map
vendored
1
dist/css/bootstrap-reboot.min.css.map
vendored
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["../../scss/_normalize.scss","dist/css/bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/mixins/_hover.scss","../../scss/_variables.scss","bootstrap-reboot.css","../../scss/mixins/_tab-focus.scss"],"names":[],"mappings":"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"}
|
@@ -565,6 +565,26 @@ h6, .h6 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.display-1 {
|
||||
font-size: 3.5rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.display-2 {
|
||||
font-size: 4.5rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.display-3 {
|
||||
font-size: 5.5rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.display-4 {
|
||||
font-size: 6rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@@ -660,7 +680,17 @@ mark,
|
||||
content: "\00A0 \2014";
|
||||
}
|
||||
|
||||
.img-responsive, .carousel-inner > .carousel-item > img,
|
||||
.figure > img {
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.img-responsive, .figure > img, .carousel-inner > .carousel-item > img,
|
||||
.carousel-inner > .carousel-item > a > img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
@@ -1866,7 +1896,7 @@ pre code {
|
||||
.form-control {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: .5rem .75rem;
|
||||
padding: .5rem 1rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #55595c;
|
||||
@@ -1874,9 +1904,6 @@ pre code {
|
||||
background-image: none;
|
||||
border: .0625rem solid #ccc;
|
||||
border-radius: .25rem;
|
||||
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
||||
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
}
|
||||
|
||||
.form-control::-ms-expand {
|
||||
@@ -1927,7 +1954,7 @@ fieldset[disabled] .form-control {
|
||||
}
|
||||
|
||||
.form-control-label {
|
||||
padding: .5625rem .75rem;
|
||||
padding: .5625rem 1rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -2076,39 +2103,14 @@ fieldset[disabled] .checkbox label {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.has-feedback {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.has-feedback .form-control {
|
||||
padding-right: 3.28125rem;
|
||||
}
|
||||
|
||||
.form-control-feedback {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
display: block;
|
||||
width: 2.625rem;
|
||||
height: 2.625rem;
|
||||
line-height: 2.625rem;
|
||||
text-align: center;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.input-lg + .form-control-feedback,
|
||||
.input-group-lg + .form-control-feedback {
|
||||
width: 3.291667rem;
|
||||
height: 3.291667rem;
|
||||
line-height: 3.291667rem;
|
||||
}
|
||||
|
||||
.input-sm + .form-control-feedback,
|
||||
.input-group-sm + .form-control-feedback {
|
||||
width: 1.95rem;
|
||||
height: 1.95rem;
|
||||
line-height: 1.95rem;
|
||||
.form-control-success,
|
||||
.form-control-warning,
|
||||
.form-control-error {
|
||||
padding-right: 3rem;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right .65625rem;
|
||||
-webkit-background-size: 1.70625rem 1.70625rem;
|
||||
background-size: 1.70625rem 1.70625rem;
|
||||
}
|
||||
|
||||
.has-success .help-block,
|
||||
@@ -2121,25 +2123,25 @@ fieldset[disabled] .checkbox label {
|
||||
.has-success.checkbox label,
|
||||
.has-success.radio-inline label,
|
||||
.has-success.checkbox-inline label {
|
||||
color: #3c763d;
|
||||
color: #5cb85c;
|
||||
}
|
||||
|
||||
.has-success .form-control {
|
||||
border-color: #3c763d;
|
||||
}
|
||||
|
||||
.has-success .form-control:focus {
|
||||
border-color: #2b542c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.has-success .input-group-addon {
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
border-color: #3c763d;
|
||||
color: #5cb85c;
|
||||
background-color: #eaf6ea;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.has-success .form-control-feedback {
|
||||
color: #3c763d;
|
||||
color: #5cb85c;
|
||||
}
|
||||
|
||||
.has-success .form-control-success {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==");
|
||||
}
|
||||
|
||||
.has-warning .help-block,
|
||||
@@ -2152,25 +2154,25 @@ fieldset[disabled] .checkbox label {
|
||||
.has-warning.checkbox label,
|
||||
.has-warning.radio-inline label,
|
||||
.has-warning.checkbox-inline label {
|
||||
color: #8a6d3b;
|
||||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.has-warning .form-control {
|
||||
border-color: #8a6d3b;
|
||||
}
|
||||
|
||||
.has-warning .form-control:focus {
|
||||
border-color: #66512c;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.has-warning .input-group-addon {
|
||||
color: #8a6d3b;
|
||||
background-color: #fcf8e3;
|
||||
border-color: #8a6d3b;
|
||||
color: #f0ad4e;
|
||||
background-color: white;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.has-warning .form-control-feedback {
|
||||
color: #8a6d3b;
|
||||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.has-warning .form-control-warning {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==");
|
||||
}
|
||||
|
||||
.has-error .help-block,
|
||||
@@ -2183,33 +2185,25 @@ fieldset[disabled] .checkbox label {
|
||||
.has-error.checkbox label,
|
||||
.has-error.radio-inline label,
|
||||
.has-error.checkbox-inline label {
|
||||
color: #a94442;
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control {
|
||||
border-color: #a94442;
|
||||
}
|
||||
|
||||
.has-error .form-control:focus {
|
||||
border-color: #843534;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .input-group-addon {
|
||||
color: #a94442;
|
||||
background-color: #f2dede;
|
||||
border-color: #a94442;
|
||||
color: #d9534f;
|
||||
background-color: #fdf7f7;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control-feedback {
|
||||
color: #a94442;
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-feedback label ~ .form-control-feedback {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.has-feedback label.sr-only ~ .form-control-feedback {
|
||||
top: 0;
|
||||
.has-error .form-control-error {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4=");
|
||||
}
|
||||
|
||||
.help-block {
|
||||
@@ -2272,7 +2266,7 @@ fieldset[disabled] .checkbox label {
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
padding: .5rem .75rem;
|
||||
padding: .5rem 1rem;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
@@ -2334,7 +2328,7 @@ fieldset[disabled] a.btn {
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
border-color: #0267bf;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary:focus,
|
||||
@@ -2344,13 +2338,13 @@ fieldset[disabled] a.btn {
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #014682;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #014682;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active,
|
||||
@@ -2366,14 +2360,14 @@ fieldset[disabled] a.btn {
|
||||
fieldset[disabled] .btn-primary:focus,
|
||||
fieldset[disabled] .btn-primary.focus {
|
||||
background-color: #0275d8;
|
||||
border-color: #0267bf;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:hover,
|
||||
.btn-primary:disabled:hover,
|
||||
fieldset[disabled] .btn-primary:hover {
|
||||
background-color: #0275d8;
|
||||
border-color: #0267bf;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary .badge {
|
||||
@@ -2434,7 +2428,7 @@ fieldset[disabled] .btn-secondary:hover {
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #5bc0de;
|
||||
border-color: #46b8da;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info:focus,
|
||||
@@ -2444,13 +2438,13 @@ fieldset[disabled] .btn-secondary:hover {
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #269abc;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:hover {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #269abc;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active,
|
||||
@@ -2466,14 +2460,14 @@ fieldset[disabled] .btn-secondary:hover {
|
||||
fieldset[disabled] .btn-info:focus,
|
||||
fieldset[disabled] .btn-info.focus {
|
||||
background-color: #5bc0de;
|
||||
border-color: #46b8da;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info.disabled:hover,
|
||||
.btn-info:disabled:hover,
|
||||
fieldset[disabled] .btn-info:hover {
|
||||
background-color: #5bc0de;
|
||||
border-color: #46b8da;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info .badge {
|
||||
@@ -2484,7 +2478,7 @@ fieldset[disabled] .btn-info:hover {
|
||||
.btn-success {
|
||||
color: #fff;
|
||||
background-color: #5cb85c;
|
||||
border-color: #4cae4c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success:focus,
|
||||
@@ -2494,13 +2488,13 @@ fieldset[disabled] .btn-info:hover {
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #398439;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #398439;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active,
|
||||
@@ -2516,14 +2510,14 @@ fieldset[disabled] .btn-info:hover {
|
||||
fieldset[disabled] .btn-success:focus,
|
||||
fieldset[disabled] .btn-success.focus {
|
||||
background-color: #5cb85c;
|
||||
border-color: #4cae4c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success.disabled:hover,
|
||||
.btn-success:disabled:hover,
|
||||
fieldset[disabled] .btn-success:hover {
|
||||
background-color: #5cb85c;
|
||||
border-color: #4cae4c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success .badge {
|
||||
@@ -2534,7 +2528,7 @@ fieldset[disabled] .btn-success:hover {
|
||||
.btn-warning {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
border-color: #eea236;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning:focus,
|
||||
@@ -2544,13 +2538,13 @@ fieldset[disabled] .btn-success:hover {
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #d58512;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:hover {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #d58512;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active,
|
||||
@@ -2566,14 +2560,14 @@ fieldset[disabled] .btn-success:hover {
|
||||
fieldset[disabled] .btn-warning:focus,
|
||||
fieldset[disabled] .btn-warning.focus {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #eea236;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:hover,
|
||||
.btn-warning:disabled:hover,
|
||||
fieldset[disabled] .btn-warning:hover {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #eea236;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning .badge {
|
||||
@@ -2584,7 +2578,7 @@ fieldset[disabled] .btn-warning:hover {
|
||||
.btn-danger {
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
border-color: #d43f3a;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger:focus,
|
||||
@@ -2594,13 +2588,13 @@ fieldset[disabled] .btn-warning:hover {
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #ac2925;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:hover {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #ac2925;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active,
|
||||
@@ -2616,14 +2610,14 @@ fieldset[disabled] .btn-warning:hover {
|
||||
fieldset[disabled] .btn-danger:focus,
|
||||
fieldset[disabled] .btn-danger.focus {
|
||||
background-color: #d9534f;
|
||||
border-color: #d43f3a;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:hover,
|
||||
.btn-danger:disabled:hover,
|
||||
fieldset[disabled] .btn-danger:hover {
|
||||
background-color: #d9534f;
|
||||
border-color: #d43f3a;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger .badge {
|
||||
@@ -2631,6 +2625,11 @@ fieldset[disabled] .btn-danger:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.btn-outline {
|
||||
background-color: #fff;
|
||||
background-image: transparent;
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
font-weight: normal;
|
||||
color: #0275d8;
|
||||
@@ -3114,7 +3113,7 @@ input[type="button"].btn-block {
|
||||
}
|
||||
|
||||
.input-group-addon {
|
||||
padding: .5rem .75rem;
|
||||
padding: .5rem 1rem;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
@@ -4105,7 +4104,7 @@ input[type="button"].btn-block {
|
||||
.pagination > li > span {
|
||||
position: relative;
|
||||
float: left;
|
||||
padding: .5rem .75rem;
|
||||
padding: .5rem 1rem;
|
||||
margin-left: -1px;
|
||||
line-height: 1.5;
|
||||
color: #0275d8;
|
||||
@@ -4746,7 +4745,9 @@ a.label:hover {
|
||||
|
||||
a.list-group-item,
|
||||
button.list-group-item {
|
||||
width: 100%;
|
||||
color: #555;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item .list-group-item-heading,
|
||||
|
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
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user