Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5303 | Rev 5305 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5303 Rev 5304
Línea 638... Línea 638...
638
.market_admin_title_buttons {
638
.market_admin_title_buttons {
639
    width: 100%;
639
    width: 100%;
640
    justify-content: end;
640
    justify-content: end;
641
    display: flex;
641
    display: flex;
642
    gap: 0.5rem;
642
    gap: 0.5rem;
643
    flex-direction: column;
643
    flex-direction: column-reverse;
644
    align-items: center;
644
    align-items: center;
Línea 645... Línea 645...
645
 
645
 
646
    .search_input,
646
    .search_input,
647
    .search_categories {
647
    .search_categories {
Línea 660... Línea 660...
660
        }
660
        }
661
    }
661
    }
662
}
662
}
Línea 663... Línea 663...
663
 
663
 
664
.search-btn {
664
.search-btn {
665
    width: 0 .8rem;
665
    padding: 0 .8rem;
666
    right: 0;
666
    right: 0;
667
    height: 100%;
667
    height: 100%;
668
    background: $button-bg;
668
    background: $button-bg;
669
    position: absolute;
669
    position: absolute;
Línea 673... Línea 673...
673
    border-start-end-radius: 5rem;
673
    border-start-end-radius: 5rem;
674
    border-bottom-right-radius: 5rem;
674
    border-bottom-right-radius: 5rem;
675
    opacity: .8;
675
    opacity: .8;
676
    transition: all 200ms;
676
    transition: all 200ms;
Línea 677... Línea 677...
677
 
677
 
-
 
678
    &:hover,
678
    &:hover {
679
    &:active {
679
        opacity: 1;
680
        opacity: 1;
680
    }
681
    }
Línea 681... Línea 682...
681
}
682
}