Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / tether / sass / helpers / _tether-theme-basic.sass
1 @import compass/css3
2
3 =tether-theme-basic($themePrefix: "tether", $themeName: "basic", $backgroundColor: #fff, $color: inherit)
4     .#{ $themePrefix }-element.#{ $themePrefix }-theme-#{ $themeName }
5         max-width: 100%
6         max-height: 100%
7
8         .#{ $themePrefix }-content
9             +border-radius(5px)
10             +box-shadow(0 2px 8px rgba(0, 0, 0, .2))
11             font-family: inherit
12             background: $backgroundColor
13             color: $color
14             padding: 1em
15             font-size: 1.1em
16             line-height: 1.5em