mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Updating Scratch : inline for label
This commit is contained in:
parent
a71782f9af
commit
f06ea9fedf
@ -19,7 +19,8 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
targetDir: '<%= chill.folders.bower %>',
|
||||
install: true,
|
||||
copy: false
|
||||
copy: false,
|
||||
cleanBowerDir: true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2726,6 +2726,9 @@ input, label, select {
|
||||
/* font-family: $form-font-family;
|
||||
font-size: $form-font-size; */ }
|
||||
|
||||
label.inline {
|
||||
display: inline-block; }
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.375em; }
|
||||
@ -3050,4 +3053,10 @@ div#general {
|
||||
html, body {
|
||||
min-height: 100%; }
|
||||
|
||||
.title {
|
||||
font-size: 2em; }
|
||||
|
||||
.subtitle {
|
||||
font-size: 1.5em; }
|
||||
|
||||
/*# sourceMappingURL=scratch.css.map */
|
||||
|
Loading…
x
Reference in New Issue
Block a user