7 lines
109 B
SCSS
7 lines
109 B
SCSS
|
//
|
||
|
// Custom Placeholder
|
||
|
//
|
||
|
|
||
|
.placeholder-white-opacity-75 {
|
||
|
@include placeholder(rgba($white, 0.75));
|
||
|
}
|