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:
Maurício Meneghini Fauth 2019-11-20 19:24:26 -03:00
parent 418e4dbb2d
commit c5bf75bbb0
12 changed files with 66 additions and 62 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
// Body
body {
text-align: $left;
}

View File

@ -1,6 +1,7 @@
@import "direction";
@import "variables";
@import "bootstrap";
@import "reboot";
@import "common";
@import "enum-editor";
@import "gis";

View File

@ -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;

View 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;
}

View File

@ -1,6 +1,7 @@
@import "../../pmahomme/scss/direction";
@import "variables";
@import "../../pmahomme/scss/bootstrap";
@import "reboot";
@import "common";
@import "enum-editor";
@import "gis";

View File

@ -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;

View File

@ -0,0 +1,17 @@
// Body
body {
text-align: $left;
}
// Forms
input,
select,
textarea {
font-size: 1em;
}
textarea {
font-family: $font-family-monospace;
}

View File

@ -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";

View File

@ -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;

View File

@ -0,0 +1,17 @@
// Body
body {
text-align: $left;
}
// Forms
input,
select,
textarea {
font-size: 1em;
}
textarea {
font-family: $font-family-monospace;
}

View File

@ -1,6 +1,7 @@
@import "direction";
@import "variables";
@import "bootstrap";
@import "reboot";
@import "common";
@import "enum-editor";
@import "gis";