diff options
author | 2021-09-05 11:49:35 +0200 | |
---|---|---|
committer | 2021-09-05 11:49:35 +0200 | |
commit | dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5 (patch) | |
tree | afb5100de92228e6e91d6ba48ff01fcee7e1a640 /styles/global/_reset.scss | |
parent | 1e14a1101933dcfec3f357c590a455649db375ff (diff) | |
download | my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.gz my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.bz2 my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.zip |
add meta to block zoom
Diffstat (limited to 'styles/global/_reset.scss')
-rwxr-xr-x | styles/global/_reset.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/global/_reset.scss b/styles/global/_reset.scss index 0dc1326..a93ed5c 100755 --- a/styles/global/_reset.scss +++ b/styles/global/_reset.scss @@ -49,7 +49,11 @@ table { border-collapse: collapse; border-spacing: 0; } - +textarea, input, button, select { + appearance: none; + -moz-appearance: none; + -webkit-appearance: none; +} html{ min-width: 320px; background: white; |