UCI
<a href="#top" class="go-top active">
    <span class="go-top__inner"></span>
</a>
<a href="{{ goto }}" class="go-top {{#if active}}active{{/if}}">
    <span class="go-top__inner{{#if isHipotecas}} hipotecas{{/if}}"></span>
</a>
{
  "goto": "#top",
  "active": true
}
  • Content:
    .go-top {
    
        display: none;
        float: right;
        width: 40px;
    
        &.active{
            display: block;
        }
    
        &__inner {
            position: fixed;
            bottom: 10px;
            width: 40px;
            height: 40px;
            line-height: 45px;
            text-align: center;
            text-decoration: none;
            font-size: 35px;
            background-color: var(--color-accent-light);
            font-weight: 100;
            z-index: 10;
            background-image: url(/dist/images/arrow-uci.png);
            background-repeat: no-repeat;
            background-size: 24px;
            background-position-x: 50%;
            background-position-y: 50%;
            right:calc(50%-20px);
            &.hipotecas{
                background-image: url(/dist/images/arrow.png);
            }
        }
    }
    
  • URL: /components/raw/go-top/go-top.css
  • Filesystem Path: src/02-molecules/go-top/go-top.css
  • Size: 755 Bytes

No notes defined.