app styles updated

This commit is contained in:
NikolaBorislavovHristov 2019-02-04 13:50:04 +02:00
parent 788e141a6f
commit 59722d25c7

View file

@ -61,6 +61,8 @@
text-decoration: none; text-decoration: none;
outline: none; outline: none;
appearance: none; appearance: none;
background: none;
box-shadow: none;
} }
html, body, :global(#app) { html, body, :global(#app) {
@ -79,12 +81,14 @@ html, body, :global(#app) {
height: 100%; height: 100%;
} }
input[type="email"], input[type="password"], input[type="text"] { input {
user-select: text; &::-moz-focus-inner {
} border: none;
}
input::-moz-focus-inner { &[type="email"], &[type="password"], &[type="text"] {
border: 0; user-select: text;
}
} }
::-webkit-scrollbar { ::-webkit-scrollbar {