mixit/src/common.sass

15 lines
263 B
Sass
Raw Normal View History

2019-05-01 15:07:08 +00:00
$avatarSize: 3em
$borderRadius: .3em
$backColor: #333
$tileColor: #222
$darkColor: #111
$halfColor: #999
$noneColor: #aaa
$foreColor: #eee
@mixin tile
margin: $borderRadius
background-color: $tileColor
border-radius: $borderRadius
padding: $borderRadius