mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +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: {
|
options: {
|
||||||
targetDir: '<%= chill.folders.bower %>',
|
targetDir: '<%= chill.folders.bower %>',
|
||||||
install: true,
|
install: true,
|
||||||
copy: false
|
copy: false,
|
||||||
|
cleanBowerDir: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2726,6 +2726,9 @@ input, label, select {
|
|||||||
/* font-family: $form-font-family;
|
/* font-family: $form-font-family;
|
||||||
font-size: $form-font-size; */ }
|
font-size: $form-font-size; */ }
|
||||||
|
|
||||||
|
label.inline {
|
||||||
|
display: inline-block; }
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 0.375em; }
|
margin-bottom: 0.375em; }
|
||||||
@ -3050,4 +3053,10 @@ div#general {
|
|||||||
html, body {
|
html, body {
|
||||||
min-height: 100%; }
|
min-height: 100%; }
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 2em; }
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
font-size: 1.5em; }
|
||||||
|
|
||||||
/*# sourceMappingURL=scratch.css.map */
|
/*# sourceMappingURL=scratch.css.map */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user