summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/tether/sass/helpers/_tether.sass
blob: fc50993fdf75cdc2a62abc3cd9ef6bd58dc0ce70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import compass/css3

=tether($themePrefix: "tether")
    .#{ $themePrefix }-element, .#{ $themePrefix }-element *

        &, &:after, &:before
            +box-sizing(border-box)

    .#{ $themePrefix }-element
        position: absolute
        display: none

        &.#{ $themePrefix }-open
            display: block