summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/styles/layout
diff options
context:
space:
mode:
authorgabrhr <[email protected]>2022-05-31 03:58:23 -0500
committergabrhr <[email protected]>2022-05-31 03:58:23 -0500
commitcbc7d7f7494508fda69e88c76702a878bebca0e2 (patch)
tree7a3bec98a7deb82ac95850835d08b2a305b8a0cc /front/odiparpack/app/styles/layout
parent32fb17de8f78317b165b6f269a8bab2d4e852d0d (diff)
downloadDP1_project-cbc7d7f7494508fda69e88c76702a878bebca0e2.tar.gz
DP1_project-cbc7d7f7494508fda69e88c76702a878bebca0e2.tar.bz2
DP1_project-cbc7d7f7494508fda69e88c76702a878bebca0e2.zip
Add Almacenes
- todo de almacenes, redux, pagina - mejoro form de pedido (etiqueta estado, RUC) #TODO - Ver combobox con API
Diffstat (limited to 'front/odiparpack/app/styles/layout')
-rw-r--r--front/odiparpack/app/styles/layout/_typography.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/front/odiparpack/app/styles/layout/_typography.scss b/front/odiparpack/app/styles/layout/_typography.scss
index 49a10c6..247921b 100644
--- a/front/odiparpack/app/styles/layout/_typography.scss
+++ b/front/odiparpack/app/styles/layout/_typography.scss
@@ -13,14 +13,14 @@ h3,
h4,
h6 {
font-family: $heading-font-family;
- font-size: modular-scale(1);
+ font-size: modular-scale(0.5);
line-height: $heading-line-height;
margin: 0 0 $small-spacing;
}
h5 {
font-family: $heading-font-family;
- font-size: modular-scale(1);
+ font-size: 1;
line-height: $base-line-height;
font-weight: 600;
color: #202A75;