Created
September 13, 2013 21:42
-
-
Save odarbelaeze/6556447 to your computer and use it in GitHub Desktop.
main.css compiled from sass-boostrap included in the yeoman webapp-generator.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* line 141, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-control[disabled], | |
.form-control[readonly], | |
fieldset[disabled] .form-control { | |
cursor: not-allowed; | |
background-color: #eeeeee; | |
} | |
/* line 148, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
textarea.form-control { | |
height: auto; | |
} | |
/* line 158, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-group { | |
margin-bottom: 15px; | |
} | |
/* line 168, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.radio, | |
.checkbox { | |
display: block; | |
min-height: 20px; | |
margin-top: 10px; | |
margin-bottom: 10px; | |
padding-left: 20px; | |
vertical-align: middle; | |
} | |
/* line 175, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.radio label, | |
.checkbox label { | |
display: inline; | |
margin-bottom: 0; | |
font-weight: normal; | |
cursor: pointer; | |
} | |
/* line 185, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.radio input[type="radio"], | |
.radio-inline input[type="radio"], | |
.checkbox input[type="checkbox"], | |
.checkbox-inline input[type="checkbox"] { | |
float: left; | |
margin-left: -20px; | |
} | |
/* line 190, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.radio + .radio, | |
.checkbox + .checkbox { | |
margin-top: -5px; | |
} | |
/* line 196, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.radio-inline, | |
.checkbox-inline { | |
display: inline-block; | |
padding-left: 20px; | |
margin-bottom: 0; | |
vertical-align: middle; | |
font-weight: normal; | |
cursor: pointer; | |
} | |
/* line 205, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.radio-inline + .radio-inline, | |
.checkbox-inline + .checkbox-inline { | |
margin-top: 0; | |
margin-left: 10px; | |
} | |
/* line 220, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
input[type="radio"][disabled], | |
fieldset[disabled] input[type="radio"], | |
input[type="checkbox"][disabled], | |
fieldset[disabled] | |
input[type="checkbox"], | |
.radio[disabled], | |
fieldset[disabled] | |
.radio, | |
.radio-inline[disabled], | |
fieldset[disabled] | |
.radio-inline, | |
.checkbox[disabled], | |
fieldset[disabled] | |
.checkbox, | |
.checkbox-inline[disabled], | |
fieldset[disabled] | |
.checkbox-inline { | |
cursor: not-allowed; | |
} | |
/* line 715, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.input-sm, | |
.input-group-sm > .form-control, | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .btn { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; | |
} | |
/* line 720, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
select.input-sm, | |
.input-group-sm > select.form-control, | |
.input-group-sm > select.input-group-addon, | |
.input-group-sm > .input-group-btn > select.btn { | |
height: 30px; | |
line-height: 30px; | |
} | |
/* line 725, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
textarea.input-sm, | |
.input-group-sm > textarea.form-control, | |
.input-group-sm > textarea.input-group-addon, | |
.input-group-sm > .input-group-btn > textarea.btn { | |
height: auto; | |
} | |
/* line 715, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.input-lg, | |
.input-group-lg > .form-control, | |
.input-group-lg > .input-group-addon, | |
.input-group-lg > .input-group-btn > .btn { | |
height: 45px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33; | |
border-radius: 6px; | |
} | |
/* line 720, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
select.input-lg, | |
.input-group-lg > select.form-control, | |
.input-group-lg > select.input-group-addon, | |
.input-group-lg > .input-group-btn > select.btn { | |
height: 45px; | |
line-height: 45px; | |
} | |
/* line 725, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
textarea.input-lg, | |
.input-group-lg > textarea.form-control, | |
.input-group-lg > textarea.input-group-addon, | |
.input-group-lg > .input-group-btn > textarea.btn { | |
height: auto; | |
} | |
/* line 665, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-warning .help-block, | |
.has-warning .control-label { | |
color: #c09853; | |
} | |
/* line 669, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-warning .form-control { | |
border-color: #c09853; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
/* line 672, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-warning .form-control:focus { | |
border-color: #a47e3c; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; | |
} | |
/* line 679, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-warning .input-group-addon { | |
color: #c09853; | |
border-color: #c09853; | |
background-color: #fcf8e3; | |
} | |
/* line 665, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-error .help-block, | |
.has-error .control-label { | |
color: #b94a48; | |
} | |
/* line 669, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-error .form-control { | |
border-color: #b94a48; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
/* line 672, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-error .form-control:focus { | |
border-color: #953b39; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; | |
} | |
/* line 679, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-error .input-group-addon { | |
color: #b94a48; | |
border-color: #b94a48; | |
background-color: #f2dede; | |
} | |
/* line 665, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-success .help-block, | |
.has-success .control-label { | |
color: #468847; | |
} | |
/* line 669, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-success .form-control { | |
border-color: #468847; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
/* line 672, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-success .form-control:focus { | |
border-color: #356635; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; | |
} | |
/* line 679, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.has-success .input-group-addon { | |
color: #468847; | |
border-color: #468847; | |
background-color: #dff0d8; | |
} | |
/* line 255, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-control-static { | |
margin-bottom: 0; | |
padding-top: 7px; | |
} | |
/* line 266, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.help-block { | |
display: block; | |
margin-top: 5px; | |
margin-bottom: 10px; | |
color: #737373; | |
} | |
@media (min-width: 768px) { | |
/* line 291, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-inline .form-group, | |
.navbar-form .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
/* line 298, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-inline .form-control, | |
.navbar-form .form-control { | |
display: inline-block; | |
} | |
/* line 306, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-inline .radio, | |
.navbar-form .radio, | |
.form-inline .checkbox, | |
.navbar-form .checkbox { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
padding-left: 0; | |
} | |
/* line 313, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-inline .radio input[type="radio"], | |
.navbar-form .radio input[type="radio"], | |
.form-inline .checkbox input[type="checkbox"], | |
.navbar-form .checkbox input[type="checkbox"] { | |
float: none; | |
margin-left: 0; | |
} | |
} | |
/* line 333, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-horizontal .control-label, | |
.form-horizontal .radio, | |
.form-horizontal .checkbox, | |
.form-horizontal .radio-inline, | |
.form-horizontal .checkbox-inline { | |
margin-top: 0; | |
margin-bottom: 0; | |
padding-top: 7px; | |
} | |
/* line 340, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-horizontal .form-group { | |
margin-left: -15px; | |
margin-right: -15px; | |
} | |
/* line 21, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.form-horizontal .form-group:before, | |
.form-horizontal .form-group:after { | |
content: " "; | |
/* 1 */ | |
display: table; | |
/* 2 */ | |
} | |
/* line 25, ../../app/bower_components/sass-bootstrap/lib/_mixins.scss */ | |
.form-horizontal .form-group:after { | |
clear: both; | |
} | |
@media (min-width: 768px) { | |
/* line 346, ../../app/bower_components/sass-bootstrap/lib/_forms.scss */ | |
.form-horizontal .control-label { | |
text-align: right; | |
} | |
} | |
/* line 10, ../../app/bower_components/sass-bootstrap/lib/_buttons.scss */ | |
.btn { | |
display: inline-block; | |
padding: 6px 12px; | |
margin-bottom: 0; | |
font-size: 14px; | |
font-weight: normal; | |
line-height: 1.42857; | |
text-align: center; | |
vertical-align: middle; | |
cursor: pointer; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
white-space: nowrap; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
-o-user-select: none; | |
user-select: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment