Sha256: f6dcd6bab1aaf887510c9cebdc2176aa9ca79ebb0496e996d71fc181986906d6

Contents?: true

Size: 578 Bytes

Versions: 2

Compression:

Stored size: 578 Bytes

Contents

.menu
    display: block
    position: relative
    width: 100%
    text-align: center
    @include media-query('md')
        position: absolute
        width: auto
        text-align: right
        bottom: unset
        top: var(--x)
        right: calc( -0.5 * var(--x) )
    a
        display: block
        text-decoration: none
        font-weight: bold
        transition: transform 50ms
        transform-origin: 50% 80%
    
    a[active]
        color: var(--scribe-main-b)
        pointer-events: none

    a:hover, a:focus
        transform: scaleY(1.2)

            

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
frame9-jekyll-theme-1.1.0 _sass/block/menu.sass
frame9-jekyll-theme-1.0.0 _sass/block/menu.sass