From 039219545de778e9ad5f6d86d07ddde014906650 Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 16 Apr 2019 13:10:09 -0300 Subject: [PATCH] =?UTF-8?q?Cambios=20dise=C3=B1o=20de=20modales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/_botonera-secundaria.scss | 1 + src/sass/_login.scss | 1 - src/sass/_swiper.scss | 6 +++- src/sass/general.scss | 59 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+), 2 deletions(-) diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index 4bf7934..e8bce32 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -1,4 +1,5 @@ .botonera-secundaria { + height: 78px; .row { border-radius: 5px; overflow: hidden; diff --git a/src/sass/_login.scss b/src/sass/_login.scss index a1ccc5d..002ab59 100644 --- a/src/sass/_login.scss +++ b/src/sass/_login.scss @@ -35,7 +35,6 @@ } } - &-button { width: 80%; background-color: #cd9035; diff --git a/src/sass/_swiper.scss b/src/sass/_swiper.scss index 7d824d1..058f189 100644 --- a/src/sass/_swiper.scss +++ b/src/sass/_swiper.scss @@ -1,7 +1,6 @@ .swiper { &-container { height: 300px; - } &-slide { background: transparent; @@ -21,3 +20,8 @@ } } } + +.swiper-pagination-bullet-active { + opacity: 1; + background: #CD9035; +} diff --git a/src/sass/general.scss b/src/sass/general.scss index a2c2aa4..bcd88f1 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -25,6 +25,7 @@ $primary-color: #e09125; input[type='number'] { -moz-appearance:textfield; } + input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; @@ -47,6 +48,64 @@ input::-webkit-inner-spin-button { } } +.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: #ff9900; + box-shadow: none; + } +} + +.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: #CD9035; +} + +marquee { + background-color: #Cd9035; +} + .front-index{ z-index: 9999; } -- 1.9.1