Use Bootstrap variables for body properties

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-11-14 11:18:58 -03:00
parent 48579deeca
commit 830bd41d8c
7 changed files with 10 additions and 34 deletions

View File

@ -1,7 +1,5 @@
body {
padding: 0;
margin: 0;
margin-#{$left}: $navi-width;
text-align: $left;
}
#page_content {

View File

@ -71,11 +71,6 @@
display: none;
}
/* general tags */
html {
font-size: 100%;
}
input,
select,
textarea {
@ -83,10 +78,7 @@ textarea {
}
body {
padding: 0;
margin-#{$left}: $navi-width;
line-height: 1;
font-size: 11px;
text-align: $left;
}
/* Override style formats by html tags */

View File

@ -161,7 +161,8 @@ $font-family-light: "Open Sans Light", "Segoe UI Light", "Segoe UI", sans-serif;
$font-family-bold: "Open Sans Bold", sans-serif;
$font-family-extra-bold: "Open Sans Extrabold", "Segoe Black", sans-serif;
$font-size-base: 0.8rem;
$font-size-base: 0.6875rem; // 11px
$line-height-base: 1;
// Buttons

View File

@ -1,9 +1,3 @@
// Common styles for the original theme
html {
font-size: 82%;
}
input,
select,
textarea {
@ -11,9 +5,7 @@ textarea {
}
body {
padding: 0;
margin: 0;
margin-#{$left}: 240px;
text-align: $left;
}
#page_content {

View File

@ -61,6 +61,8 @@ $body-color: $main-color;
$font-family-base: sans-serif;
$font-family-monospace: monospace;
$font-size-base: 0.82rem;
// Card
$card-border-radius: 0;

View File

@ -1,12 +1,3 @@
/**
* Common styles for the pmahomme theme
*/
/* general tags */
html {
font-size: 82%;
}
input,
select,
textarea {
@ -14,9 +5,7 @@ textarea {
}
body {
padding: 0;
margin: 0;
margin-#{$left}: $navi-width;
text-align: $left;
}
#page_content {

View File

@ -60,6 +60,8 @@ $body-color: $main-color;
$font-family-base: sans-serif;
$font-family-monospace: monospace;
$font-size-base: 0.82rem;
// Buttons
$enable-gradients: true;