imputs styled globaly

This commit is contained in:
NikolaBorislavovHristov 2019-01-30 14:56:45 +02:00
parent 9e3dda9c12
commit dc207c149d

View file

@ -79,10 +79,14 @@ html, body, :global(#app) {
height: 100%;
}
input {
input[type="email"], input[type="password"], input[type="text"] {
user-select: text;
}
input::-moz-focus-inner {
border: 0;
}
::-webkit-scrollbar {
width: var(--scroll-bar-width);
}