Skip to content

Instantly share code, notes, and snippets.

@paorhe
paorhe / bootstrap-custom.css
Created March 20, 2018 10:41 — forked from IAMIronmanSam/bootstrap-custom.css
Custom bootstrap for sharepoint specific
/*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,