p5.js-web-editor/client/styles/components/_github-button.scss

22 lines
435 B
SCSS
Raw Normal View History

2016-08-31 21:12:18 +02:00
.github-button {
@extend %button;
width: #{300 / $base-font-size}rem;
display: flex;
justify-content: center;
align-items: center;
& path {
color: $light-primary-text-color;
}
&:hover path, &:active path {
fill: $white;
}
&:hover, &:active {
background-color: $light-secondary-text-color;
border-color: $light-secondary-text-color
}
}
.github-icon {
margin-right: #{10 / $base-font-size}rem;
}