Skip to content

Commit

Permalink
feat(docs): fixing stackblitz icon and footer's link for correct them…
Browse files Browse the repository at this point in the history
…e styling (#243)
  • Loading branch information
Margar1ta authored and pimenovoleg committed Sep 16, 2019
1 parent ceefbfc commit 86b05bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/app/components/footer/_footer-theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@mixin mc-footer-theme($theme) {
$foreground: map-get($theme, foreground);
$background: map-get($theme, background);
$primary: map-get($theme, primary);
$second: map-get($theme, second);

$is-dark: map-get($theme, is-dark);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
color: $color_disabled;
}
}

.stackblitz__icon-g {
fill: $color;
fill-rule: nonzero;
}
}

@mixin docs-stackblitz-typography($config) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="stackblitz__wrapper">

<svg class="stackblitz__icon" width='9.5px' height='14px' viewBox='0 0 23 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>Path</title> <desc>Created with Sketch.</desc> <g id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'> <g class='icon' fill='#1389FD' fill-rule='nonzero'> <polygon id='Path' points='0 19.9187087 9.87007874 19.9187087 4.12007874 34 23 13.9612393 13.0846457 13.9612393 18.7893701 0'></polygon> </g> </g> </svg>
<svg class="stackblitz__icon" width='9.5px' height='14px' viewBox='0 0 23 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <desc>Created with Sketch.</desc> <g id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'> <g class='stackblitz__icon-g'> <polygon id='Path' points='0 19.9187087 9.87007874 19.9187087 4.12007874 34 23 13.9612393 13.0846457 13.9612393 18.7893701 0'></polygon> </g> </g> </svg>

<button
class = "stackblitz__link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
z-index: 100;
}

&__icon{
&__icon {
width: 9.5px;
height: 14px;
margin-bottom: -2px;
Expand Down

0 comments on commit 86b05bc

Please sign in to comment.