Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
use local styles instead of global
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyang15 committed Sep 11, 2017
1 parent 1bcf3cc commit 48450d1
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/simplert.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
.simplert {
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
font-size: 14px;
line-height: 1.15;
}

*, *:before, *:after {
.simplert *, .simplert *:before, .simplert *:after {
box-sizing: inherit;
}

.simplert {
font-size: 14px;
line-height: 1.15;
}

.simplert {
position: fixed;
z-index: 999;
Expand Down

0 comments on commit 48450d1

Please sign in to comment.