Commit 039219545de778e9ad5f6d86d07ddde014906650
1 parent
d54f55b3dd
Exists in
master
Cambios diseño de modales
Showing
4 changed files
with
65 additions
and
2 deletions
Show diff stats
src/sass/_botonera-secundaria.scss
src/sass/_login.scss
src/sass/_swiper.scss
src/sass/general.scss
| ... | ... | @@ -25,6 +25,7 @@ $primary-color: #e09125; |
| 25 | 25 | input[type='number'] { |
| 26 | 26 | -moz-appearance:textfield; |
| 27 | 27 | } |
| 28 | + | |
| 28 | 29 | input::-webkit-outer-spin-button, |
| 29 | 30 | input::-webkit-inner-spin-button { |
| 30 | 31 | -webkit-appearance: none; |
| ... | ... | @@ -47,6 +48,64 @@ input::-webkit-inner-spin-button { |
| 47 | 48 | } |
| 48 | 49 | } |
| 49 | 50 | |
| 51 | +.btn-brown { | |
| 52 | + background-color:#Cd9035; | |
| 53 | + -webkit-appearance: none; | |
| 54 | + border-color: transparent; | |
| 55 | + &:focus { | |
| 56 | + outline: 0 !important; | |
| 57 | + box-shadow: none; | |
| 58 | + } | |
| 59 | + .icon-white { | |
| 60 | + color: white; | |
| 61 | + } | |
| 62 | +} | |
| 63 | + | |
| 64 | + | |
| 65 | +.page-item.active .page-link { | |
| 66 | + z-index: 1; | |
| 67 | + color: #fff; | |
| 68 | + background-color: #Cd9035; | |
| 69 | + border-color: #Cd9035; | |
| 70 | +} | |
| 71 | + | |
| 72 | +.foca-input { | |
| 73 | + &:focus { | |
| 74 | + border-color: #ff9900; | |
| 75 | + box-shadow: none; | |
| 76 | + } | |
| 77 | +} | |
| 78 | + | |
| 79 | +.btn-info { | |
| 80 | + background-color: #Cd9035; | |
| 81 | + border-color: #Cd9035; | |
| 82 | + &:focus { | |
| 83 | + box-shadow: none; | |
| 84 | + } | |
| 85 | + &:hover { | |
| 86 | + background-color: #Cd9035; | |
| 87 | + } | |
| 88 | +} | |
| 89 | + | |
| 90 | +.btn-primary { | |
| 91 | + background-color: #Cd9035; | |
| 92 | + border-color: #Cd9035; | |
| 93 | + &:focus { | |
| 94 | + box-shadow: none; | |
| 95 | + } | |
| 96 | + &:hover { | |
| 97 | + background-color: #Cd9035; | |
| 98 | + } | |
| 99 | +} | |
| 100 | + | |
| 101 | +.table-celda-total { | |
| 102 | + background-color: #CD9035; | |
| 103 | +} | |
| 104 | + | |
| 105 | +marquee { | |
| 106 | + background-color: #Cd9035; | |
| 107 | +} | |
| 108 | + | |
| 50 | 109 | .front-index{ |
| 51 | 110 | z-index: 9999; |
| 52 | 111 | } |