diff options
| author | gabrhr <[email protected]> | 2022-05-31 03:58:23 -0500 |
|---|---|---|
| committer | gabrhr <[email protected]> | 2022-05-31 03:58:23 -0500 |
| commit | cbc7d7f7494508fda69e88c76702a878bebca0e2 (patch) | |
| tree | 7a3bec98a7deb82ac95850835d08b2a305b8a0cc /front/odiparpack/app/styles | |
| parent | 32fb17de8f78317b165b6f269a8bab2d4e852d0d (diff) | |
| download | DP1_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')
| -rw-r--r-- | front/odiparpack/app/styles/layout/_typography.scss | 4 |
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; |
