This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*bootstrap 3 resets for SharePoint*/ | |
/*border-box causes many issues with SP*/ | |
*, *:before, *:after { | |
-webkit-box-sizing: content-box; | |
-moz-box-sizing: content-box; | |
box-sizing: content-box; | |
} | |
/*reset elements that B3 is expecting to be border-box*/ | |
* [class^="col-"], * [class^="col-"]:before, * [class^="col-"]:after, | |
.container, .container:before, .container:after, |