Skip to content

Commit

Permalink
Merge pull request #426 from dmitryrogozhny/placeholder-remove-unused…
Browse files Browse the repository at this point in the history
…-css

Placeholder: remove unused and vendor specific CSS
  • Loading branch information
AJIXuMuK committed Dec 6, 2019
2 parents a66b915 + 3b4cefe commit 09e0664
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/controls/placeholder/PlaceholderComponent.module.scss
@@ -1,14 +1,9 @@
@import '~office-ui-fabric-react/dist/sass/References.scss';

.placeholder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;

.placeholderContainer {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
color: "[theme:neutralSecondary, default: #666666]";
background-color: "[theme:neutralLighter, default: #f4f4f4]";
Expand Down Expand Up @@ -97,15 +92,3 @@
}
}
}

.placeholderOverlay {
position: relative;
height: 100%;
z-index: 1;

.placeholderSpinnerContainer {
position: relative;
width: 100%;
margin: 164px 0
}
}

0 comments on commit 09e0664

Please sign in to comment.