Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5293 Rev 5300
Línea 640... Línea 640...
640
    display: flex;
640
    display: flex;
641
    gap: 0.5rem;
641
    gap: 0.5rem;
642
    flex-direction: column;
642
    flex-direction: column;
643
    justify-content: space-between;
643
    justify-content: space-between;
644
    align-items: center;
644
    align-items: center;
-
 
645
 
-
 
646
    .search_input,
-
 
647
    .search_categories {
-
 
648
        width: 100%;
-
 
649
        position: relative;
-
 
650
        margin-bottom: 0;
-
 
651
 
-
 
652
        input,
-
 
653
        select,
-
 
654
        input:focus {
-
 
655
            background-color: $bg-color;
-
 
656
 
-
 
657
            &::placeholder {
-
 
658
                color: $font-color;
-
 
659
            }
-
 
660
        }
-
 
661
    }
645
}
662
}
Línea 646... Línea 663...
646
 
663
 
647
.search-btn {
664
.search-btn {
648
    width: 100px;
665
    width: 100px;
Línea 656... Línea 673...
656
    font-weight: 600;
673
    font-weight: 600;
657
    border-start-end-radius: 0.25rem;
674
    border-start-end-radius: 0.25rem;
658
    border-bottom-right-radius: 0.25rem;
675
    border-bottom-right-radius: 0.25rem;
659
}
676
}
Línea 660... Línea -...
660
 
-
 
661
.market_admin_title_buttons .search_input {
-
 
662
    width: 100%;
-
 
663
    position: relative;
-
 
664
    margin-bottom: 0;
-
 
665
 
-
 
666
    input,
-
 
667
    input:focus {
-
 
668
        background: $bg-color;
-
 
669
 
-
 
670
        &::placeholder {
-
 
671
            color: $font-color;
-
 
672
        }
-
 
673
    }
-
 
674
}
-
 
675
 
-
 
676
.market_admin_title_buttons .search_categories {
-
 
677
    width: 100%;
-
 
678
    margin-bottom: 0;
-
 
679
 
-
 
680
    select {
-
 
681
        background-color: $bg-color;
-
 
682
 
-
 
683
        &::placeholder {
-
 
684
            color: $font-color;
-
 
685
        }
-
 
686
    }
-
 
687
}
-
 
688
 
677
 
689
.section_admin_title_buttons h1.title,
678
.section_admin_title_buttons h1.title,
690
.section_admin_title_buttons h2 {
679
.section_admin_title_buttons h2 {
691
    color: $title-color;
680
    color: $title-color;
692
    font-weight: bold;
681
    font-weight: bold;
Línea 705... Línea 694...
705
 
694
 
706
    .market_admin_title_buttons {
695
    .market_admin_title_buttons {
707
        flex-direction: row;
696
        flex-direction: row;
Línea 708... Línea -...
708
    }
-
 
709
 
-
 
710
    .market_admin_title_buttons .search_input {
-
 
711
        width: 60%;
-
 
712
    }
-
 
713
 
-
 
714
    .market_admin_title_buttons .search_categories {
-
 
715
        width: 40%;
697
    }
Línea 716... Línea 698...
716
    }
698
 
717
}
699
}
718
 
700