summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/tether/sass/tether-theme-arrows.sass
blob: 87765b22325b25b64db2e533915d1f280a748a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import helpers/tether
@import helpers/tether-theme-arrows

$themePrefix: "tether"
$themeName: "arrows"
$arrowSize: 16px
$backgroundColor: #fff
$color: inherit
$useDropShadow: true

+tether($themePrefix: $themePrefix)
+tether-theme-arrows($themePrefix: $themePrefix, $themeName: $themeName, $arrowSize: $arrowSize, $backgroundColor: $backgroundColor, $color: $color, $useDropShadow: $useDropShadow)