Vulcan/packages/base-styles/lib/stylesheets/_variables.scss

11 lines
161 B
SCSS
Raw Normal View History

2016-03-24 16:19:46 +09:00
$hmargin: 10px;
2016-03-24 18:17:35 +09:00
$vmargin: 15px;
@mixin blueHover{
&:hover{
background: $blue;
color: $white;
border-color: $blue;
text-decoration: none;
}
}