mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-16 21:35:13 +00:00
16 lines
274 B
SCSS
16 lines
274 B
SCSS
button,
|
|
input[type=email],
|
|
input[type=tel],
|
|
input[type=text],
|
|
input[type=password],
|
|
input[type=image],
|
|
input[type=submit],
|
|
input[type=button],
|
|
input[type=search],
|
|
textarea {
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
outline: none;
|
|
}
|