mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
grunt
This commit is contained in:
+29
-17
@@ -3,8 +3,6 @@
|
|||||||
* Copyright 2011-2015 Twitter, Inc.
|
* Copyright 2011-2015 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@charset "UTF-8";
|
|
||||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
@@ -467,6 +465,8 @@ legend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
|
-webkit-box-sizing: inherit;
|
||||||
|
box-sizing: inherit;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -524,22 +524,22 @@ h6, .h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.display-1 {
|
.display-1 {
|
||||||
font-size: 3.5rem;
|
font-size: 6rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-2 {
|
.display-2 {
|
||||||
font-size: 4.5rem;
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
.display-3 {
|
|
||||||
font-size: 5.5rem;
|
font-size: 5.5rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.display-3 {
|
||||||
|
font-size: 4.5rem;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
.display-4 {
|
.display-4 {
|
||||||
font-size: 6rem;
|
font-size: 3.5rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -649,7 +649,7 @@ mark,
|
|||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-responsive, .figure > img, .carousel-inner > .carousel-item > img,
|
.img-fluid, .figure > img, .carousel-inner > .carousel-item > img,
|
||||||
.carousel-inner > .carousel-item > a > img {
|
.carousel-inner > .carousel-item > a > img {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@@ -1971,7 +1971,7 @@ fieldset[disabled] .form-control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio,
|
.radio,
|
||||||
@@ -2059,7 +2059,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.has-success .help-block,
|
.has-success .help-block,
|
||||||
.has-success .control-label,
|
.has-success .form-control-label,
|
||||||
.has-success .radio,
|
.has-success .radio,
|
||||||
.has-success .checkbox,
|
.has-success .checkbox,
|
||||||
.has-success .radio-inline,
|
.has-success .radio-inline,
|
||||||
@@ -2090,7 +2090,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.has-warning .help-block,
|
.has-warning .help-block,
|
||||||
.has-warning .control-label,
|
.has-warning .form-control-label,
|
||||||
.has-warning .radio,
|
.has-warning .radio,
|
||||||
.has-warning .checkbox,
|
.has-warning .checkbox,
|
||||||
.has-warning .radio-inline,
|
.has-warning .radio-inline,
|
||||||
@@ -2121,7 +2121,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.has-error .help-block,
|
.has-error .help-block,
|
||||||
.has-error .control-label,
|
.has-error .form-control-label,
|
||||||
.has-error .radio,
|
.has-error .radio,
|
||||||
.has-error .checkbox,
|
.has-error .checkbox,
|
||||||
.has-error .radio-inline,
|
.has-error .radio-inline,
|
||||||
@@ -2177,7 +2177,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
.form-inline .input-group > .form-control {
|
.form-inline .input-group > .form-control {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.form-inline .control-label {
|
.form-inline .form-control-label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@@ -3841,6 +3841,12 @@ input[type="button"].btn-block {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 62em) {
|
||||||
|
.navbar-toggleable-md {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-nav .nav-item {
|
.navbar-nav .nav-item {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@@ -4149,15 +4155,21 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb::after {
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
.breadcrumb > li {
|
.breadcrumb > li {
|
||||||
display: inline-block;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb > li + li::before {
|
.breadcrumb > li + li::before {
|
||||||
padding-right: .5rem;
|
padding-right: .5rem;
|
||||||
padding-left: .5rem;
|
padding-left: .5rem;
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
content: "/ ";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb > .active {
|
.breadcrumb > .active {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+28
-16
@@ -3,8 +3,6 @@
|
|||||||
* Copyright 2011-2015 Twitter, Inc.
|
* Copyright 2011-2015 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@charset "UTF-8";
|
|
||||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
@@ -467,6 +465,8 @@ legend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
|
-webkit-box-sizing: inherit;
|
||||||
|
box-sizing: inherit;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -524,22 +524,22 @@ h6, .h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.display-1 {
|
.display-1 {
|
||||||
font-size: 3.5rem;
|
font-size: 6rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-2 {
|
.display-2 {
|
||||||
font-size: 4.5rem;
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
.display-3 {
|
|
||||||
font-size: 5.5rem;
|
font-size: 5.5rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.display-3 {
|
||||||
|
font-size: 4.5rem;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
.display-4 {
|
.display-4 {
|
||||||
font-size: 6rem;
|
font-size: 3.5rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1971,7 +1971,7 @@ fieldset[disabled] .form-control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio,
|
.radio,
|
||||||
@@ -2059,7 +2059,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.has-success .help-block,
|
.has-success .help-block,
|
||||||
.has-success .control-label,
|
.has-success .form-control-label,
|
||||||
.has-success .radio,
|
.has-success .radio,
|
||||||
.has-success .checkbox,
|
.has-success .checkbox,
|
||||||
.has-success .radio-inline,
|
.has-success .radio-inline,
|
||||||
@@ -2090,7 +2090,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.has-warning .help-block,
|
.has-warning .help-block,
|
||||||
.has-warning .control-label,
|
.has-warning .form-control-label,
|
||||||
.has-warning .radio,
|
.has-warning .radio,
|
||||||
.has-warning .checkbox,
|
.has-warning .checkbox,
|
||||||
.has-warning .radio-inline,
|
.has-warning .radio-inline,
|
||||||
@@ -2121,7 +2121,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.has-error .help-block,
|
.has-error .help-block,
|
||||||
.has-error .control-label,
|
.has-error .form-control-label,
|
||||||
.has-error .radio,
|
.has-error .radio,
|
||||||
.has-error .checkbox,
|
.has-error .checkbox,
|
||||||
.has-error .radio-inline,
|
.has-error .radio-inline,
|
||||||
@@ -2177,7 +2177,7 @@ fieldset[disabled] .checkbox label {
|
|||||||
.form-inline .input-group > .form-control {
|
.form-inline .input-group > .form-control {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.form-inline .control-label {
|
.form-inline .form-control-label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@@ -3841,6 +3841,12 @@ input[type="button"].btn-block {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 62em) {
|
||||||
|
.navbar-toggleable-md {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-nav .nav-item {
|
.navbar-nav .nav-item {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@@ -4149,15 +4155,21 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb::after {
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
.breadcrumb > li {
|
.breadcrumb > li {
|
||||||
display: inline-block;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb > li + li::before {
|
.breadcrumb > li + li::before {
|
||||||
padding-right: .5rem;
|
padding-right: .5rem;
|
||||||
padding-left: .5rem;
|
padding-left: .5rem;
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
content: "/ ";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb > .active {
|
.breadcrumb > .active {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user