Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5302 Rev 5303
Línea 634... Línea 634...
634
    justify-content: space-between;
634
    justify-content: space-between;
635
    align-items: center;
635
    align-items: center;
636
}
636
}
Línea 637... Línea 637...
637
 
637
 
-
 
638
.market_admin_title_buttons {
-
 
639
    width: 100%;
638
.market_admin_title_buttons {
640
    justify-content: end;
639
    display: flex;
641
    display: flex;
640
    gap: 0.5rem;
642
    gap: 0.5rem;
641
    flex-direction: column;
643
    flex-direction: column;
Línea 648... Línea 650...
648
 
650
 
649
        input,
651
        input,
650
        select,
652
        select,
651
        input:focus {
653
        input:focus {
-
 
654
            background-color: $bg-color;
Línea 652... Línea 655...
652
            background-color: $bg-color;
655
            border-radius: 5rem;
653
 
656
 
654
            &::placeholder {
657
            &::placeholder {
655
                color: $font-color;
658
                color: $font-color;
656
            }
659
            }
657
        }
660
        }
Línea 658... Línea 661...
658
    }
661
    }
659
}
662
}
660
 
663
 
661
.search-btn {
664
.search-btn {
662
    width: 100px;
665
    width: 0 .8rem;
663
    right: 0;
666
    right: 0;
664
    height: 100%;
-
 
665
    background: $bg-color;
667
    height: 100%;
666
    position: absolute;
668
    background: $button-bg;
667
    border: 1px solid $border-primary;
669
    position: absolute;
668
    top: 0;
670
    top: 0;
669
    color: $font-color;
671
    color: $button-text-color;
-
 
672
    font-weight: 600;
-
 
673
    border-start-end-radius: 5rem;
-
 
674
    border-bottom-right-radius: 5rem;
-
 
675
    opacity: .8;
-
 
676
    transition: all 200ms;
-
 
677
 
670
    font-weight: 600;
678
    &:hover {
Línea 671... Línea 679...
671
    border-start-end-radius: 0.25rem;
679
        opacity: 1;
672
    border-bottom-right-radius: 0.25rem;
680
    }
673
}
681
}