general.scss 2.41 KB
$primary-color: #e09125;
@import 'admin-seguimiento';
@import 'bootstrap';
@import 'botonera';
@import 'botonera-lateral';
@import 'botonera-principal';
@import 'botonera-secundaria';
@import 'contenedor';
@import 'lista';
@import 'login';
@import 'panel-informativo';
@import 'tabla';
@import 'teclado';
@import 'tabla-articulos';
@import 'acciones-mobile';
@import 'swiper';
@import 'foca-crear';
@import 'logistica-pedido-ruta';
@import 'tabs';
@import 'grid';
@import 'paginador-abm';
@import 'table-autorizar-nota-pedido';


//OCULTA FLECHAS INPUT NUMBER
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.d-md-grid{
    @media (min-width: 768px) {
        display: grid !important;
    }
}

.btn-outline-debo{
    background-color: transparent;
    color: $primary-color;
    border-color: $primary-color;
    &:hover{
        color: #FFF;
        border-color: transparent;
        background-color: $primary-color;
    }
}

.btn-brown {
    background-color:#Cd9035;
    -webkit-appearance: none;
    border-color: transparent;
    &:focus {
        outline: 0 !important;
        box-shadow: none;
    }
    .icon-white {
        color: white;
    }
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #Cd9035;
    border-color: #Cd9035;
}

.foca-input {
    &:focus {
        border-color: #Cd9035;
        box-shadow: 0 0 5px #Cd9035;
    }
}

.btn-info {
    background-color: #Cd9035;
    border-color: #Cd9035;
    &:focus {
        box-shadow: none;
    }
    &:hover {
        background-color: #Cd9035;
    }
}

.btn-primary {
    background-color: #Cd9035;
    border-color: #Cd9035;
    &:focus {
        box-shadow: none;
    }
    &:hover {
        background-color: #Cd9035;
    }
}

.table-celda-total {
   background-color: #E09524;
}

marquee {
    background-color: #E09524;
}

.front-index{
    z-index: 9999;
}

.uib-daypicker{
    outline: 0
}

.right-0{
    right: 0;
}

.tabla-factura{
    word-wrap: break-word;
    table-layout: fixed;
}

.ladda-w-100 .ladda-label{
    width: 100%;
    float: right;
}

.btn-delete-image{
    height: 25px;
    width: 25px;
    top: -10px;
    right: 0;
}

button.clear-input{
    cursor: pointer;
    background: transparent;
    border: none;
    margin-left: -24px;
    z-index: 9;
    color: #a3a3a3;
    &:focus{
        outline: none;
    }
}