Use Bootstrap variables for body properties
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
48579deeca
commit
830bd41d8c
@ -1,7 +1,5 @@
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-#{$left}: $navi-width;
|
||||
text-align: $left;
|
||||
}
|
||||
|
||||
#page_content {
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user