mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Run grunt.
[ci skip]
This commit is contained in:
+286
-241
@@ -988,10 +988,6 @@ pre code {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.col-xs-offset-0 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.col-xs-offset-1 {
|
||||
margin-left: 8.333333%;
|
||||
}
|
||||
@@ -1036,10 +1032,6 @@ pre code {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
|
||||
.col-xs-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 544px) {
|
||||
.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;
|
||||
@@ -1194,9 +1186,6 @@ pre code {
|
||||
.col-sm-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-sm-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@@ -1353,9 +1342,6 @@ pre code {
|
||||
.col-md-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-md-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
@@ -1512,9 +1498,6 @@ pre code {
|
||||
.col-lg-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-lg-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
@@ -1671,9 +1654,6 @@ pre code {
|
||||
.col-xl-offset-11 {
|
||||
margin-left: 91.666667%;
|
||||
}
|
||||
.col-xl-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
@@ -3814,6 +3794,12 @@ input[type="button"].btn-block {
|
||||
padding: 1.25rem;
|
||||
}
|
||||
|
||||
.card-block::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.card-title {
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
@@ -3849,6 +3835,12 @@ input[type="button"].btn-block {
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.card-header::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.card-header:first-child {
|
||||
border-radius: .25rem .25rem 0 0;
|
||||
}
|
||||
@@ -3859,6 +3851,12 @@ input[type="button"].btn-block {
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.card-footer::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.card-footer:last-child {
|
||||
border-radius: 0 0 .25rem .25rem;
|
||||
}
|
||||
@@ -4056,18 +4054,18 @@ input[type="button"].btn-block {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.breadcrumb > li {
|
||||
.breadcrumb-item {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.breadcrumb > li + li::before {
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
padding-right: .5rem;
|
||||
padding-left: .5rem;
|
||||
color: #818a91;
|
||||
content: "/";
|
||||
}
|
||||
|
||||
.breadcrumb > .active {
|
||||
.breadcrumb-item.active {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
@@ -4445,20 +4443,23 @@ a.label:focus, a.label:hover {
|
||||
|
||||
.progress[value] {
|
||||
-webkit-appearance: none;
|
||||
color: #0074d9;
|
||||
background-color: #eee;
|
||||
border: 0;
|
||||
border-radius: .25rem;
|
||||
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.progress[value]::-webkit-progress-bar {
|
||||
background-color: #eee;
|
||||
border-radius: .25rem;
|
||||
.progress[value]::-ms-fill {
|
||||
background-color: #0074d9;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.progress[value]::-webkit-progress-value::before {
|
||||
content: attr(value);
|
||||
.progress[value]::-moz-progress-bar {
|
||||
background-color: #0074d9;
|
||||
border-top-left-radius: .25rem;
|
||||
border-bottom-left-radius: .25rem;
|
||||
}
|
||||
|
||||
.progress[value]::-webkit-progress-value {
|
||||
@@ -4467,11 +4468,34 @@ a.label:focus, a.label:hover {
|
||||
border-bottom-left-radius: .25rem;
|
||||
}
|
||||
|
||||
.progress[value="0"]::-moz-progress-bar {
|
||||
min-width: 2rem;
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.progress[value="100"]::-moz-progress-bar {
|
||||
border-top-right-radius: .25rem;
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.progress[value="100"]::-webkit-progress-value {
|
||||
border-top-right-radius: .25rem;
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.progress[value]::-webkit-progress-bar {
|
||||
background-color: #eee;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
base::-moz-progress-bar,
|
||||
.progress[value] {
|
||||
background-color: #eee;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress {
|
||||
background-color: #eee;
|
||||
@@ -4509,6 +4533,11 @@ a.label:focus, a.label:hover {
|
||||
background-size: 1rem 1rem;
|
||||
}
|
||||
|
||||
.progress-striped[value]::-ms-fill {
|
||||
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
background-size: 1rem 1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-bar-striped {
|
||||
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
@@ -4544,6 +4573,10 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.progress-success[value]::-ms-fill {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-success .progress-bar {
|
||||
background-color: #5cb85c;
|
||||
@@ -4558,6 +4591,10 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.progress-info[value]::-ms-fill {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-info .progress-bar {
|
||||
background-color: #5bc0de;
|
||||
@@ -4572,6 +4609,10 @@ a.label:focus, a.label:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.progress-warning[value]::-ms-fill {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-warning .progress-bar {
|
||||
background-color: #f0ad4e;
|
||||
@@ -4586,6 +4627,10 @@ a.label:focus, a.label:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.progress-danger[value]::-ms-fill {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-danger .progress-bar {
|
||||
background-color: #d9534f;
|
||||
@@ -5564,10 +5609,58 @@ button.close {
|
||||
}
|
||||
}
|
||||
|
||||
.clearfix::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
.bg-inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.bg-faded {
|
||||
background-color: #f7f7f9;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
color: #fff !important;
|
||||
background-color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.bg-primary:focus, a.bg-primary:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
.bg-success {
|
||||
color: #fff !important;
|
||||
background-color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.bg-success:focus, a.bg-success:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
.bg-info {
|
||||
color: #fff !important;
|
||||
background-color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.bg-info:focus, a.bg-info:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
.bg-warning {
|
||||
color: #fff !important;
|
||||
background-color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.bg-warning:focus, a.bg-warning:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
color: #fff !important;
|
||||
background-color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.bg-danger:focus, a.bg-danger:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
.center-block {
|
||||
@@ -5576,6 +5669,12 @@ button.close {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.clearfix::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.pull-xs-left {
|
||||
float: left !important;
|
||||
}
|
||||
@@ -5656,214 +5755,6 @@ button.close {
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
font: "0/0" a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.text-justify {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.text-nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.text-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.text-xs-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.text-xs-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.text-xs-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
@media (min-width: 544px) {
|
||||
.text-sm-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-sm-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-sm-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.text-md-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-md-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-md-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.text-lg-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-lg-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-lg-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.text-xl-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-xl-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-xl-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-lowercase {
|
||||
text-transform: lowercase !important;
|
||||
}
|
||||
|
||||
.text-uppercase {
|
||||
text-transform: uppercase !important;
|
||||
}
|
||||
|
||||
.text-capitalize {
|
||||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.font-weight-normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.font-weight-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.font-italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.text-primary:focus, a.text-primary:hover {
|
||||
color: #025aa5;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.text-success:focus, a.text-success:hover {
|
||||
color: #449d44;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.text-info:focus, a.text-info:hover {
|
||||
color: #31b0d5;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.text-warning:focus, a.text-warning:hover {
|
||||
color: #ec971f;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.text-danger:focus, a.text-danger:hover {
|
||||
color: #c9302c;
|
||||
}
|
||||
|
||||
.bg-inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.bg-faded {
|
||||
background-color: #f7f7f9;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
color: #fff !important;
|
||||
background-color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.bg-primary:focus, a.bg-primary:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
.bg-success {
|
||||
color: #fff !important;
|
||||
background-color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.bg-success:focus, a.bg-success:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
.bg-info {
|
||||
color: #fff !important;
|
||||
background-color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.bg-info:focus, a.bg-info:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
.bg-warning {
|
||||
color: #fff !important;
|
||||
background-color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.bg-warning:focus, a.bg-warning:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
color: #fff !important;
|
||||
background-color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.bg-danger:focus, a.bg-danger:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
.m-x-auto {
|
||||
margin-right: auto !important;
|
||||
margin-left: auto !important;
|
||||
@@ -6117,6 +6008,160 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
z-index: 1030;
|
||||
}
|
||||
|
||||
.text-justify {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.text-nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.text-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.text-xs-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.text-xs-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.text-xs-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
@media (min-width: 544px) {
|
||||
.text-sm-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-sm-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-sm-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.text-md-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-md-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-md-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.text-lg-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-lg-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-lg-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.text-xl-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-xl-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-xl-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-lowercase {
|
||||
text-transform: lowercase !important;
|
||||
}
|
||||
|
||||
.text-uppercase {
|
||||
text-transform: uppercase !important;
|
||||
}
|
||||
|
||||
.text-capitalize {
|
||||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.font-weight-normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.font-weight-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.font-italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.text-primary:focus, a.text-primary:hover {
|
||||
color: #025aa5;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.text-success:focus, a.text-success:hover {
|
||||
color: #449d44;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.text-info:focus, a.text-info:hover {
|
||||
color: #31b0d5;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.text-warning:focus, a.text-warning:hover {
|
||||
color: #ec971f;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.text-danger:focus, a.text-danger:hover {
|
||||
color: #c9302c;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
font: "0/0" a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.hidden-xs-up {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user