Skip to content

Commit

Permalink
cleanup common scss
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorleh committed Jul 6, 2017
1 parent b0bd958 commit ac002be
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions client/vcustomers/src/less/common.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
//@import "fonts/fonts";
//@import "variables";
//@import "bootstrap/scss/_variables.scss";
//@import "~bootstrap/scss/_variables.scss";


* {
box-sizing: border-box;
}

//html, body {
// background-color: #FBEC98;
// //font-family: bebas-neue;
// height: 100%;
//}


.error-header {
Expand All @@ -37,15 +28,3 @@
}



// CONTAINER

//@media (max-width: map_get($grid-breakpoints, sm)) {
// html, body {
// width: 100%;
// overflow-x: hidden;
// }
//
//}


0 comments on commit ac002be

Please sign in to comment.