From 96c9d118fc787b1ba4e64bcd7fcca455337f5ecb Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Fri, 3 Mar 2023 00:16:23 -0500 Subject: [PATCH] [REF]: Refactor styles to not reduce too much fontsize on 960px width --- .../components/dropzone/components/dropzone/Dropzone.scss | 2 +- src/files-ui/components/material-button/MaterialButton.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss b/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss index 69e014c..a923cdd 100644 --- a/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss +++ b/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss @@ -101,6 +101,6 @@ @media (max-width: 960px) { width: calc(100% - 1px); padding-left: 1px; - font-size: 0.8rem; + font-size: 0.9rem; } } diff --git a/src/files-ui/components/material-button/MaterialButton.scss b/src/files-ui/components/material-button/MaterialButton.scss index 78c6c8b..d0ef2fe 100644 --- a/src/files-ui/components/material-button/MaterialButton.scss +++ b/src/files-ui/components/material-button/MaterialButton.scss @@ -88,7 +88,7 @@ span.ripple { } //mobile -@media screen and (max-width: 600px) { +/* @media screen and (max-width: 600px) { .material-button { min-width: 30px; font-size: 0.78rem; @@ -102,3 +102,4 @@ span.ripple { padding: 4px 12px; } } + */ \ No newline at end of file -- GitLab