Adjustments made to the standard form text input and textarea for both themes.

This commit is contained in:
Dank Gabs
2019-07-22 23:22:42 -04:00
parent bdedac71f1
commit 48b66e4352
5 changed files with 36 additions and 33 deletions

View File

@@ -15,7 +15,13 @@
}
}
// SHORTCUTS
@mixin input-placeholder($color) {
&::-webkit-input-placeholder {color: $color;}
&::-moz-placeholder {color: $color;}
&:-ms-input-placeholder {color: $color;}
&:-moz-placeholder {color: $color;}
}
// OLDER MIXINS
@mixin avatar-radius() {