Skip to content

Commit

Permalink
feat(styleguide): updated styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Dec 2, 2016
1 parent ec4171e commit 6b5ac43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/sc5-styleguide/modifiers.sc5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Options are:
</div>
</div>
sg-wrapper:
<div class="phone-simulator padding">
<sg-wrapper-content/>
</div>
Styleguide 1.1
*/

Expand Down
5 changes: 0 additions & 5 deletions src/sc5-styleguide/styleguide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ Options are:
</div>
</div>
sg-wrapper:
<div class="phone-simulator padding">
<sg-wrapper-content/>
</div>
Styleguide 1
*/
13 changes: 13 additions & 0 deletions src/sc5-styleguide/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
border: none;
}

.phone-simulator.center-all {
display:flex;
justify-content: center;
align-items: center;
}

.phone-simulator.overflow-visible {
overflow: visible;
}
Expand Down Expand Up @@ -52,3 +58,10 @@
.rating .star-icon .star i.star-filled.fa.fa-that-icon:before {
content: "X" !important;
}


.star.show-all svg,
.star.show-all i {
opacity: 0.5 !important;
display: flex !important;
}

0 comments on commit 6b5ac43

Please sign in to comment.