mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +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
|
||
|
}
|