mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 18:14:04 +03:00
7 lines
230 B
SCSS
7 lines
230 B
SCSS
// Placeholder text
|
|
@mixin material-placeholder() {
|
|
&::-moz-placeholder {@content; } // Firefox
|
|
&:-ms-input-placeholder {@content; } // Internet Explorer 10+
|
|
&::-webkit-input-placeholder {@content; } // Safari and Chrome
|
|
}
|