We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660d8f1 commit 3b4cefeCopy full SHA for 3b4cefe
src/controls/placeholder/PlaceholderComponent.module.scss
@@ -1,14 +1,9 @@
1
@import '~office-ui-fabric-react/dist/sass/References.scss';
2
3
.placeholder {
4
- display: -webkit-box;
5
- display: -ms-flexbox;
6
display: flex;
7
8
.placeholderContainer {
9
- -webkit-box-align: center;
10
- -ms-flex-align: center;
11
- -ms-grid-row-align: center;
12
align-items: center;
13
color: "[theme:neutralSecondary, default: #666666]";
14
background-color: "[theme:neutralLighter, default: #f4f4f4]";
0 commit comments