Add _reboot.scss file and extract some rules to it
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
418e4dbb2d
commit
c5bf75bbb0
@ -1,7 +1,3 @@
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
#page_content {
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
@ -10,12 +6,6 @@ body {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
textarea,
|
||||
pre,
|
||||
code {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
|
||||
5
themes/bootstrap/scss/_reboot.scss
Normal file
5
themes/bootstrap/scss/_reboot.scss
Normal file
@ -0,0 +1,5 @@
|
||||
// Body
|
||||
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
@ -1,6 +1,7 @@
|
||||
@import "direction";
|
||||
@import "variables";
|
||||
@import "bootstrap";
|
||||
@import "reboot";
|
||||
@import "common";
|
||||
@import "enum-editor";
|
||||
@import "gis";
|
||||
|
||||
@ -63,24 +63,10 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#li_select_fontsize {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
/* Override style formats by html tags */
|
||||
|
||||
font[color="red"],
|
||||
@ -234,12 +220,6 @@ form.login label {
|
||||
margin: 20px !important;
|
||||
}
|
||||
|
||||
textarea,
|
||||
pre,
|
||||
code {
|
||||
font-family: $font-family-monospace !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: $font-family-light;
|
||||
font-weight: normal;
|
||||
|
||||
23
themes/metro/scss/_reboot.scss
Normal file
23
themes/metro/scss/_reboot.scss
Normal file
@ -0,0 +1,23 @@
|
||||
// Document
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
// Body
|
||||
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
// Forms
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
@ -1,6 +1,7 @@
|
||||
@import "../../pmahomme/scss/direction";
|
||||
@import "variables";
|
||||
@import "../../pmahomme/scss/bootstrap";
|
||||
@import "reboot";
|
||||
@import "common";
|
||||
@import "enum-editor";
|
||||
@import "gis";
|
||||
|
||||
@ -1,13 +1,3 @@
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
#page_content {
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
@ -16,12 +6,6 @@ body {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
textarea,
|
||||
pre,
|
||||
code {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 140%;
|
||||
font-weight: bold;
|
||||
|
||||
17
themes/original/scss/_reboot.scss
Normal file
17
themes/original/scss/_reboot.scss
Normal file
@ -0,0 +1,17 @@
|
||||
// Body
|
||||
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
// Forms
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
@ -1,6 +1,7 @@
|
||||
@import "../../pmahomme/scss/direction";
|
||||
@import "variables";
|
||||
@import "../../pmahomme/scss/bootstrap";
|
||||
@import "reboot";
|
||||
@import "common";
|
||||
@import "../../pmahomme/scss/enum-editor";
|
||||
@import "../../pmahomme/scss/gis";
|
||||
|
||||
@ -1,13 +1,3 @@
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
#page_content {
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
@ -16,12 +6,6 @@ body {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
textarea,
|
||||
pre,
|
||||
code {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 140%;
|
||||
font-weight: bold;
|
||||
|
||||
17
themes/pmahomme/scss/_reboot.scss
Normal file
17
themes/pmahomme/scss/_reboot.scss
Normal file
@ -0,0 +1,17 @@
|
||||
// Body
|
||||
|
||||
body {
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
// Forms
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
@ -1,6 +1,7 @@
|
||||
@import "direction";
|
||||
@import "variables";
|
||||
@import "bootstrap";
|
||||
@import "reboot";
|
||||
@import "common";
|
||||
@import "enum-editor";
|
||||
@import "gis";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user