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.
2 parents a66b915 + 3b4cefe commit 09e0664Copy full SHA for 09e0664
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]";
@@ -97,15 +92,3 @@
97
92
}
98
93
99
94
100
-
101
-.placeholderOverlay {
102
- position: relative;
103
- height: 100%;
104
- z-index: 1;
105
106
- .placeholderSpinnerContainer {
107
108
- width: 100%;
109
- margin: 164px 0
110
- }
111
-}
0 commit comments