Implemented URL query parsing for initial token /opa/?token=abcde
[src/app-framework-demo.git] / afb-client / bower_components / tether / sass / tether-theme-arrows-dark.sass
1 @import helpers/tether
2 @import helpers/tether-theme-arrows
3
4 $themePrefix: "tether"
5 $themeName: "arrows-dark"
6 $arrowSize: 16px
7 $backgroundColor: #000
8 $color: #fff
9 $useDropShadow: false
10
11 +tether($themePrefix: $themePrefix)
12 +tether-theme-arrows($themePrefix: $themePrefix, $themeName: $themeName, $arrowSize: $arrowSize, $backgroundColor: $backgroundColor, $color: $color, $useDropShadow: $useDropShadow)