Commit 94ea56868934426af5f7e82992a86e2bcb421235

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !142
src/sass/_botonera-principal.scss
1 .botonera-principal { 1 .botonera-principal {
2 menuitem { 2 menuitem {
3 display: inline-block; 3 display: inline-block;
4 height: 130px; 4 height: 130px;
5 text-align: center; 5 text-align: center;
6 width: 180px; 6 width: 180px;
7 @media (max-width: 576px) { 7 @media (max-width: 576px) {
8 width: 100%; 8 width: 100%;
9 } 9 }
10 @media (min-width: 992px) and (max-width: 1200px){ 10 @media (min-width: 992px) and (max-width: 1200px) {
11 width: 150px; 11 width: 150px;
12 } 12 }
13 } 13 }
14 button { 14 button {
15 background-image: url('../img/botonera.png'); 15 cursor: pointer;
16 background-image: url("../img/botonera.png");
16 border-radius: 12px; 17 border-radius: 12px;
17 border-width: 0; 18 border-width: 0;
18 height: 90px; 19 height: 90px;
19 position: relative; 20 position: relative;
20 width: 90px; 21 width: 90px;
21 outline: 0; 22 outline: 0;
22 span { 23 span {
23 left: 0; 24 left: 0;
24 position: absolute; 25 position: absolute;
25 text-align: center; 26 text-align: center;
26 top: 90px; 27 top: 90px;
27 width: 100%; 28 width: 100%;
28 font-size: 12px; 29 font-size: 12px;
29 color: #777777; 30 color: #777777;
30 } 31 }
31 &:hover { 32 &:hover {
32 background-color:rgb(250,250,250); 33 background-color: rgb(250, 250, 250);
33 filter:drop-shadow(4px 4px 4px gray); 34 filter: drop-shadow(4px 4px 4px gray);
34 } 35 }
35 &:active { 36 &:active {
36 background-color: rgb(230, 230, 230); 37 background-color: rgb(230, 230, 230);
37 filter:drop-shadow(4px 4px 4px gray); 38 filter: drop-shadow(4px 4px 4px gray);
39 }
40 &:focus {
41 background-color: rgb(250, 250, 250);
42 filter: drop-shadow(4px 4px 4px gray);
38 } 43 }
39 } 44 }
40 &-menu { 45 &-menu {
41 width: 100%; 46 width: 100%;
42 padding-left: 90px; 47 padding-left: 90px;
43 @media (max-width: 576px) { 48 @media (max-width: 576px) {
44 padding: 0; 49 padding: 0;
45 } 50 }
46 } 51 }
47 &-logo { 52 &-logo {
48 width: 100%; 53 width: 100%;
49 margin-left: 50%; 54 margin-left: 50%;
50 opacity: .8; 55 opacity: 0.8;
51 @media (max-width: 576px) { 56 @media (max-width: 576px) {
52 width: 180%; 57 width: 180%;
53 margin-left: 20%; 58 margin-left: 20%;
54 } 59 }
55 } 60 }
56 &-vacio { 61 &-vacio {
57 & button { 62 & button {
58 background-position: -4380px 0; 63 background-position: -4380px 0;
59 &:hover { 64 &:hover {
60 background-position: -4380px -90px; 65 background-position: -4380px -90px;
61 } 66 }
62 } 67 }
63 } 68 }
64 &-abrir-turno { 69 &-abrir-turno {
65 & button { 70 & button {
66 background-position: 0 0; 71 background-position: 0 0;
67 &:hover { 72 &:hover {
68 background-position: 0 -90px; 73 background-position: 0 -90px;
69 } 74 }
70 } 75 }
71 } 76 }
72 &-cerrar-turno { 77 &-cerrar-turno {
73 & button { 78 & button {
74 background-position: -90px 0; 79 background-position: -90px 0;
75 &:hover { 80 &:hover {
76 background-position: -90px -90px; 81 background-position: -90px -90px;
77 } 82 }
78 } 83 }
79 } 84 }
80 &-caja { 85 &-caja {
81 & button { 86 & button {
82 background-position: -180px 0; 87 background-position: -180px 0;
83 &:hover { 88 &:hover {
84 background-position: -180px -90px; 89 background-position: -180px -90px;
85 } 90 }
86 } 91 }
87 } 92 }
88 &-estado-cisterna { 93 &-estado-cisterna {
89 & button { 94 & button {
90 background-image: url('../img/control_stock.png'); 95 background-image: url("../img/control_stock.png");
91 background-size: 90px 90px; 96 background-size: 90px 90px;
92 } 97 }
93 } 98 }
94 &-logistica { 99 &-logistica {
95 & button { 100 & button {
96 background-image: url('../img/logistica.png'); 101 background-image: url("../img/logistica.png");
97 background-size: 90px 90px; 102 background-size: 90px 90px;
98 } 103 }
99 } 104 }
100 &-facturador { 105 &-facturador {
101 & button { 106 & button {
102 background-position: -270px 0px; 107 background-position: -270px 0px;
103 &:hover { 108 &:hover {
104 background-position: -270px -90px; 109 background-position: -270px -90px;
105 } 110 }
106 } 111 }
107 } 112 }
108 &-nota-pedido { 113 &-nota-pedido {
109 & button { 114 & button {
110 background-image: url('../img/notaPedido.png'); 115 background-image: url("../img/notaPedido.png");
111 background-size: 90px 90px; 116 background-size: 90px 90px;
112 } 117 }
113 } 118 }
114 &-remito { 119 &-remito {
115 & button { 120 & button {
116 background-image: url('../img/remito.png'); 121 background-image: url("../img/remito.png");
117 background-size: 90px 90px; 122 background-size: 90px 90px;
118 } 123 }
119 } 124 }
120 &-hoja-ruta { 125 &-hoja-ruta {
121 & button { 126 & button {
122 background-image: url('../img/hoja-ruta.png'); 127 background-image: url("../img/hoja-ruta.png");
123 background-size: 86px 90px; 128 background-size: 86px 90px;
124 } 129 }
125 } 130 }
126 &-activar-hoja-ruta { 131 &-activar-hoja-ruta {
127 & button { 132 & button {
128 background-image: url('../img/activar_hoja.png'); 133 background-image: url("../img/activar_hoja.png");
129 background-size: 90px 90px; 134 background-size: 90px 90px;
130 } 135 }
131 } 136 }
132 &-hoja-ruta-transportista { 137 &-hoja-ruta-transportista {
133 & button { 138 & button {
134 background-image: url('../img/hojaRutaVolante.png'); 139 background-image: url("../img/hojaRutaVolante.png");
135 background-size: 90px 90px; 140 background-size: 90px 90px;
136 } 141 }
137 } 142 }
138 &-seguimiento { 143 &-seguimiento {
139 & button { 144 & button {
140 background-image: url('../img/seguimientoNotaPedido.png'); 145 background-image: url("../img/seguimientoNotaPedido.png");
141 background-size: 90px 90px; 146 background-size: 90px 90px;
142 } 147 }
143 } 148 }
144 &-seguimiento-hoja-ruta { 149 &-seguimiento-hoja-ruta {
145 & button { 150 & button {
146 background-image: url('../img/seguimientoHojaRuta.png'); 151 background-image: url("../img/seguimientoHojaRuta.png");
147 background-size: 90px 90px; 152 background-size: 90px 90px;
148 } 153 }
149 } 154 }
150 &-cobranzas { 155 &-cobranzas {
151 & button { 156 & button {
152 background-image: url('../img/cobranzas.png'); 157 background-image: url("../img/cobranzas.png");
153 background-size: 90px 90px; 158 background-size: 90px 90px;
154 } 159 }
155 } 160 }
156 &-seguimiento-cobranzas { 161 &-seguimiento-cobranzas {
157 & button { 162 & button {
158 background-image: url('../img/seguimientoCobranza.png'); 163 background-image: url("../img/seguimientoCobranza.png");
159 background-size: 90px 90px; 164 background-size: 90px 90px;
160 } 165 }
161 } 166 }
162 &-vehiculo { 167 &-vehiculo {
163 & button { 168 & button {
164 background-image: url('../img/abmVehiculos.png'); 169 background-image: url("../img/abmVehiculos.png");
165 background-size: 90px 90px; 170 background-size: 90px 90px;
166 } 171 }
167 } 172 }
168 &-precio-condicion { 173 &-precio-condicion {
169 & button { 174 & button {
170 background-image: url('../img/abmPrecios.png'); 175 background-image: url("../img/abmPrecios.png");
171 background-size: 90px 90px; 176 background-size: 90px 90px;
172 } 177 }
173 } 178 }
174 &-chofer { 179 &-chofer {
175 & button { 180 & button {
176 background-image: url('../img/abmChofer.png'); 181 background-image: url("../img/abmChofer.png");
177 background-size: 90px 90px; 182 background-size: 90px 90px;
178 } 183 }
179 } 184 }
180 &-agendar-visita { 185 &-agendar-visita {
181 & button { 186 & button {
182 background-image: url('../img/agendarVisita.png'); 187 background-image: url("../img/agendarVisita.png");
183 background-size: 90px 90px; 188 background-size: 90px 90px;
184 } 189 }
185 } 190 }
186 &-informes { 191 &-informes {
187 & button { 192 & button {
188 background-image: url('../img/informes.png'); 193 background-image: url("../img/informes.png");
189 background-size: 90px 90px; 194 background-size: 90px 90px;
190 } 195 }
191 } 196 }
192 &-vendedor-cobrador { 197 &-vendedor-cobrador {
193 & button { 198 & button {
194 background-image: url('../img/abmVendedorCobrador.png'); 199 background-image: url("../img/abmVendedorCobrador.png");
195 background-size: 90px 90px; 200 background-size: 90px 90px;
196 } 201 }
197 } 202 }
198 &-autorizar-nota { 203 &-autorizar-nota {
199 & button { 204 & button {
200 background-image: url('../img/autorizarNota.png'); 205 background-image: url("../img/autorizarNota.png");
201 background-size: 90px 90px; 206 background-size: 90px 90px;
202 } 207 }
203 } 208 }
204 209
205 &-cliente { 210 &-cliente {
206 & button { 211 & button {
207 background-image: url('../img/clientePrincipal.png'); 212 background-image: url("../img/clientePrincipal.png");
208 background-size: 90px 90px; 213 background-size: 90px 90px;
209 } 214 }
210 } 215 }
211 216
212 &-parametros { 217 &-parametros {
213 & button { 218 & button {
214 background-image: url('../img/parametrizar.png'); 219 background-image: url("../img/parametrizar.png");
215 background-size: 90px 90px; 220 background-size: 90px 90px;
216 } 221 }
217 } 222 }
218 .swiper-pagination { 223 .swiper-pagination {
219 bottom: 0px !important; 224 bottom: 0px !important;
220 } 225 }
221 226
222 .swiper-button-next { 227 .swiper-button-next {
223 background-image: url('../img/derecha.png'); 228 background-image: url("../img/derecha.png");
224 &:hover{ 229 &:hover {
225 filter:drop-shadow(4px 4px 4px gray); 230 filter: drop-shadow(4px 4px 4px gray);
226 } 231 }
227 } 232 }
228 233
229 .swiper-button-prev { 234 .swiper-button-prev {
230 background-image: url('../img/izquierda.png'); 235 background-image: url("../img/izquierda.png");
231 &:hover{ 236 &:hover {
232 filter:drop-shadow(4px 4px 4px gray); 237 filter: drop-shadow(4px 4px 4px gray);
233 } 238 }
234 } 239 }
235 @media (min-width: 992px){ 240 @media (min-width: 992px) {
236 a{ 241 a {
237 margin-top: 2.5rem; 242 margin-top: 2.5rem;
238 } 243 }
239 } 244 }
240 } 245 }
241 246
src/sass/general.scss
1 @import "constants"; 1 @import "constants";
2 @import "admin-seguimiento"; 2 @import "admin-seguimiento";
3 @import "bootstrap"; 3 @import "bootstrap";
4 @import "botonera"; 4 @import "botonera";
5 @import "botonera-lateral"; 5 @import "botonera-lateral";
6 @import "botonera-principal"; 6 @import "botonera-principal";
7 @import "botonera-secundaria"; 7 @import "botonera-secundaria";
8 @import "contenedor"; 8 @import "contenedor";
9 @import "lista"; 9 @import "lista";
10 @import "login"; 10 @import "login";
11 @import "panel-informativo"; 11 @import "panel-informativo";
12 @import "tabla"; 12 @import "tabla";
13 @import "teclado"; 13 @import "teclado";
14 @import "tabla-articulos"; 14 @import "tabla-articulos";
15 @import "acciones-mobile"; 15 @import "acciones-mobile";
16 @import "swiper"; 16 @import "swiper";
17 @import "foca-crear"; 17 @import "foca-crear";
18 @import "logistica-pedido-ruta"; 18 @import "logistica-pedido-ruta";
19 @import "tabs"; 19 @import "tabs";
20 @import "grid"; 20 @import "grid";
21 @import "paginador-abm"; 21 @import "paginador-abm";
22 @import "table-autorizar-nota-pedido"; 22 @import "table-autorizar-nota-pedido";
23 23
24 //OCULTA FLECHAS INPUT NUMBER 24 //OCULTA FLECHAS INPUT NUMBER
25 input[type="number"] { 25 input[type="number"] {
26 -moz-appearance: textfield; 26 -moz-appearance: textfield;
27 } 27 }
28 28
29 input::-webkit-outer-spin-button, 29 input::-webkit-outer-spin-button,
30 input::-webkit-inner-spin-button { 30 input::-webkit-inner-spin-button {
31 -webkit-appearance: none; 31 -webkit-appearance: none;
32 } 32 }
33 33
34 .d-md-grid { 34 .d-md-grid {
35 @media (min-width: 768px) { 35 @media (min-width: 768px) {
36 display: grid !important; 36 display: grid !important;
37 } 37 }
38 } 38 }
39 39
40 .btn-dashed { 40 .btn-dashed {
41 border-style: dashed !important; 41 border-style: dashed !important;
42 border-width: 3px; 42 border-width: 3px;
43 border-color: white; 43 border-color: white;
44 background-color: #dedfe0; 44 background-color: #dedfe0;
45 } 45 }
46 46
47 .marcador { 47 .marcador {
48 position: absolute; 48 position: absolute;
49 right: 44.5%; 49 right: 44.5%;
50 bottom: -32%; 50 bottom: -32%;
51 } 51 }
52 52
53 .informacion { 53 .informacion {
54 position: absolute; 54 position: absolute;
55 right: 18px; 55 right: 18px;
56 bottom: 5px; 56 bottom: 5px;
57 } 57 }
58 58
59 .flashit { 59 .flashit {
60 -webkit-animation: flash linear 1s infinite; 60 -webkit-animation: flash linear 1s infinite;
61 animation: flash linear 1s infinite; 61 animation: flash linear 1s infinite;
62 } 62 }
63 @-webkit-keyframes flash { 63 @-webkit-keyframes flash {
64 0% { 64 0% {
65 opacity: 1; 65 opacity: 1;
66 } 66 }
67 50% { 67 50% {
68 opacity: 0.6; 68 opacity: 0.6;
69 } 69 }
70 100% { 70 100% {
71 opacity: 1; 71 opacity: 1;
72 } 72 }
73 } 73 }
74 @keyframes flash { 74 @keyframes flash {
75 0% { 75 0% {
76 opacity: 1; 76 opacity: 1;
77 } 77 }
78 50% { 78 50% {
79 opacity: 0.6; 79 opacity: 0.6;
80 } 80 }
81 100% { 81 100% {
82 opacity: 1; 82 opacity: 1;
83 } 83 }
84 } 84 }
85 85
86 .btn-outline-debo { 86 .btn-outline-debo {
87 background-color: transparent; 87 background-color: transparent;
88 color: $primary; 88 color: $primary;
89 border-color: $primary; 89 border-color: $primary;
90 &:hover { 90 &:hover {
91 color: #fff; 91 color: #fff;
92 border-color: transparent; 92 border-color: transparent;
93 background-color: $primary; 93 background-color: $primary;
94 } 94 }
95 &:focus { 95 &:focus {
96 box-shadow: 0px 0px 0px 3px $primaryTransparency !important; 96 box-shadow: 0px 0px 0px 3px $primaryTransparency !important;
97 } 97 }
98 &:active { 98 &:active {
99 color: #fff; 99 color: #fff;
100 background-color: $primary !important; 100 background-color: $primary !important;
101 box-shadow: 0px 0px 0px 3px $primaryTransparency !important; 101 box-shadow: 0px 0px 0px 3px $primaryTransparency !important;
102 } 102 }
103 } 103 }
104 104
105 .input-group-append > button { 105 .input-group-append > button {
106 &:focus { 106 &:focus {
107 border-color: $primary !important; 107 border-color: $primary !important;
108 box-shadow: 0 0 5px $primary !important; 108 box-shadow: 0 0 5px $primary !important;
109 } 109 }
110 &:active { 110 &:active {
111 border-color: $primary !important; 111 border-color: $primary !important;
112 box-shadow: 0 0 5px $primary !important; 112 box-shadow: 0 0 5px $primary !important;
113 } 113 }
114 } 114 }
115 115
116 .line-break { 116 .line-break {
117 white-space: pre-wrap; 117 white-space: pre-wrap;
118 } 118 }
119 119
120 .input-group-append > button { 120 .input-group-append > button {
121 &:focus { 121 &:focus {
122 border-color: $primary !important; 122 border-color: $primary !important;
123 box-shadow: 0 0 5px $primary !important; 123 box-shadow: 0 0 5px $primary !important;
124 } 124 }
125 &:active { 125 &:active {
126 border-color: $primary !important; 126 border-color: $primary !important;
127 box-shadow: 0 0 5px $primary !important; 127 box-shadow: 0 0 5px $primary !important;
128 } 128 }
129 } 129 }
130 130
131 .btn-login { 131 .btn-login {
132 box-shadow: none !important; 132 box-shadow: none !important;
133 } 133 }
134 134
135 input[type="file"] { 135 input[type="file"] {
136 display: none; 136 display: none;
137 } 137 }
138 .custom-file-upload { 138 .custom-file-upload {
139 border: 1px solid #ccc; 139 border: 1px solid #ccc;
140 display: inline-block; 140 display: inline-block;
141 padding: 6px 12px; 141 padding: 6px 12px;
142 cursor: pointer; 142 cursor: pointer;
143 } 143 }
144 144
145 .btn-brown { 145 .btn-brown {
146 background-color: $primary; 146 background-color: $primary;
147 -webkit-appearance: none; 147 -webkit-appearance: none;
148 border-color: transparent; 148 border-color: transparent;
149 &:focus { 149 &:focus {
150 outline: 0 !important; 150 outline: 0 !important;
151 box-shadow: none; 151 box-shadow: none;
152 } 152 }
153 .icon-white { 153 .icon-white {
154 color: white; 154 color: white;
155 } 155 }
156 } 156 }
157 157
158 .btn-Guardar { 158 .btn-Guardar {
159 background-color: green; 159 background-color: green;
160 -webkit-appearance: none; 160 -webkit-appearance: none;
161 border-color: transparent; 161 border-color: transparent;
162 &:focus { 162 &:focus {
163 outline: 0 !important; 163 outline: 0 !important;
164 box-shadow: none; 164 box-shadow: none;
165 } 165 }
166 .icon-white { 166 .icon-white {
167 color: white; 167 color: white;
168 } 168 }
169 } 169 }
170 170
171 .page-item.active .page-link { 171 .page-item.active .page-link {
172 z-index: 1; 172 z-index: 1;
173 color: #fff; 173 color: #fff;
174 background-color: $primary; 174 background-color: $primary;
175 border-color: $primary; 175 border-color: $primary;
176 } 176 }
177 177
178 .foca-input { 178 .foca-input {
179 &:focus { 179 &:focus {
180 border-color: $primary; 180 border-color: $primary;
181 box-shadow: 0 0 5px $primary; 181 box-shadow: 0 0 5px $primary;
182 } 182 }
183 &:hover { 183 &:hover {
184 border-color: $primary; 184 border-color: $primary;
185 box-shadow: 0 0 5px $primary; 185 box-shadow: 0 0 5px $primary;
186 } 186 }
187 } 187 }
188 188
189 .btn-enviar { 189 .btn-enviar {
190 background-color: white; 190 background-color: white;
191 border-color: #cd9035; 191 border-color: #cd9035;
192 &:focus { 192 &:focus {
193 box-shadow: none !important; 193 box-shadow: none !important;
194 } 194 }
195 &:hover { 195 &:hover {
196 border-color: $primaryTransparency !important; 196 border-color: $primaryTransparency !important;
197 background-color: $primaryTransparency !important; 197 background-color: $primaryTransparency !important;
198 } 198 }
199 &:active { 199 &:active {
200 background-color: $primary !important; 200 background-color: $primary !important;
201 box-shadow: 0px 0px 0px 3px $primaryTransparency !important; 201 box-shadow: 0px 0px 0px 3px $primaryTransparency !important;
202 } 202 }
203 } 203 }
204 204
205 .btn-primary { 205 .btn-primary {
206 background-color: $primary !important; 206 background-color: $primary !important;
207 border-color: $primary !important; 207 border-color: $primary !important;
208 &:focus { 208 &:focus {
209 box-shadow: none !important; 209 box-shadow: none !important;
210 } 210 }
211 &:hover { 211 &:hover {
212 border-color: $primaryTransparency !important; 212 border-color: $primaryTransparency !important;
213 background-color: $primaryTransparency !important; 213 background-color: $primaryTransparency !important;
214 } 214 }
215 &:active { 215 &:active {
216 background-color: $primary !important; 216 background-color: $primary !important;
217 box-shadow: 0px 0px 0px 3px $primaryTransparency !important; 217 box-shadow: 0px 0px 0px 3px $primaryTransparency !important;
218 } 218 }
219 } 219 }
220 220
221 .input-group-text { 221 .input-group-text {
222 &:focus { 222 &:focus {
223 outline: none; 223 outline: none;
224 border-color: $primary; 224 border-color: $primary;
225 box-shadow: 0 0 5px $primary; 225 box-shadow: 0 0 5px $primary;
226 } 226 }
227 &:hover { 227 &:hover {
228 border-color: $primary; 228 border-color: $primary;
229 box-shadow: 0 0 5px $primary; 229 box-shadow: 0 0 5px $primary;
230 } 230 }
231 &:active { 231 &:active {
232 box-shadow: 0 0 5px $primary; 232 box-shadow: 0 0 5px $primary;
233 } 233 }
234 } 234 }
235 235
236 .btn-default { 236 .btn-default {
237 color: #fff; 237 color: #fff;
238 background-color: $default !important; 238 background-color: $default !important;
239 border-color: $default !important; 239 border-color: $default !important;
240 &:focus { 240 &:focus {
241 box-shadow: none !important; 241 box-shadow: none !important;
242 } 242 }
243 &:hover { 243 &:hover {
244 color: #fff; 244 color: #fff;
245 border-color: $defaultTransparency !important; 245 border-color: $defaultTransparency !important;
246 background-color: $defaultTransparency !important; 246 background-color: $defaultTransparency !important;
247 } 247 }
248 &:active { 248 &:active {
249 background-color: $default !important; 249 background-color: $default !important;
250 box-shadow: 0px 0px 0px 3px $defaultTransparency !important; 250 box-shadow: 0px 0px 0px 3px $defaultTransparency !important;
251 } 251 }
252 } 252 }
253 253
254 .btn-danger { 254 .btn-danger {
255 &:hover { 255 &:hover {
256 color: #fff; 256 color: #fff;
257 border-color: $dangerTransparency !important; 257 border-color: $dangerTransparency !important;
258 background-color: $dangerTransparency !important; 258 background-color: $dangerTransparency !important;
259 } 259 }
260 } 260 }
261 261
262 .table-celda-total { 262 .table-celda-total {
263 background-color: $highlightedArea; 263 background-color: $highlightedArea;
264 } 264 }
265 265
266 marquee { 266 marquee {
267 background-color: $highlightedArea; 267 background-color: $highlightedArea;
268 } 268 }
269 269
270 .front-index { 270 .front-index {
271 z-index: 9999; 271 z-index: 9999;
272 } 272 }
273 273
274 .uib-daypicker { 274 .uib-daypicker {
275 outline: 0; 275 outline: 0;
276 } 276 }
277 277
278 .right-0 { 278 .right-0 {
279 right: 0; 279 right: 0;
280 } 280 }
281 281
282 .tabla-factura { 282 .tabla-factura {
283 word-wrap: break-word; 283 word-wrap: break-word;
284 table-layout: fixed; 284 table-layout: fixed;
285 } 285 }
286 286
287 .ladda-w-100 .ladda-label { 287 .ladda-w-100 .ladda-label {
288 width: 100%; 288 width: 100%;
289 float: right; 289 float: right;
290 } 290 }
291 291
292 .btn-delete-image { 292 .btn-delete-image {
293 height: 25px; 293 height: 25px;
294 width: 25px; 294 width: 25px;
295 top: -10px; 295 top: -10px;
296 right: 0; 296 right: 0;
297 } 297 }
298 298
299 button.clear-input { 299 button.clear-input {
300 cursor: pointer; 300 cursor: pointer;
301 background: transparent; 301 background: transparent;
302 border: none; 302 border: none;
303 margin-left: -24px; 303 margin-left: -24px;
304 z-index: 9; 304 z-index: 9;
305 color: #a3a3a3; 305 color: #a3a3a3;
306 &:focus { 306 &:focus {
307 outline: none; 307 outline: none;
308 } 308 }
309 } 309 }
310 .custom-control-input { 310 .custom-control-input {
311 &:checked ~ .custom-control-label::before { 311 &:checked ~ .custom-control-label::before {
312 border: none !important; 312 border: none !important;
313 color: $primary !important; 313 color: $primary !important;
314 background-color: $primary !important; 314 background-color: $primary !important;
315 box-shadow: 0px 0px 0px 2px $primaryTransparency !important; 315 box-shadow: 0px 0px 0px 2px $primaryTransparency !important;
316 } 316 }
317 &:active ~ .custom-control-label::before { 317 &:active ~ .custom-control-label::before {
318 border: none !important; 318 border: none !important;
319 color: $primary !important; 319 color: $primary !important;
320 background-color: $primary !important; 320 background-color: $primary !important;
321 } 321 }
322 &:focus ~ .custom-control-label::before { 322 &:focus ~ .custom-control-label::before {
323 border: none !important; 323 border: none !important;
324 box-shadow: 0px 0px 0px 2px $primaryTransparency !important; 324 box-shadow: 0px 0px 0px 2px $primaryTransparency !important;
325 } 325 }
326 &:focus:not(:checked) ~ .custom-control-label::before { 326 &:focus:not(:checked) ~ .custom-control-label::before {
327 border: none !important; 327 border: none !important;
328 } 328 }
329 &:not(:disabled):active ~ .custom-control-label::before { 329 &:not(:disabled):active ~ .custom-control-label::before {
330 border: none !important; 330 border: none !important;
331 color: $primary !important; 331 color: $primary !important;
332 box-shadow: 0px 0px 0px 2px $primaryTransparency !important; 332 box-shadow: 0px 0px 0px 2px $primaryTransparency !important;
333 } 333 }
334 &:hover ~ .custom-control-label::before { 334 &:hover ~ .custom-control-label::before {
335 border: none !important; 335 border: none !important;
336 background-color: $primaryTransparency; 336 background-color: $primaryTransparency;
337 } 337 }
338 } 338 }
339 .disable-selection { 339 .disable-selection {
340 user-select: none; 340 user-select: none;
341 -moz-user-select: none; /* Firefox */ 341 -moz-user-select: none; /* Firefox */
342 -ms-user-select: none; /* Internet Explorer */ 342 -ms-user-select: none; /* Internet Explorer */
343 -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */ 343 -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
344 -webkit-user-select: none; /* Chrome, Safari, and Opera */ 344 -webkit-user-select: none; /* Chrome, Safari, and Opera */
345 -webkit-touch-callout: none; /* Disable Android and iOS callouts*/ 345 -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
346 } 346 }
347 .foca-text-success { 347 .foca-text-success {
348 color: $textSuccess !important; 348 color: $textSuccess !important;
349 } 349 }
350 .foca-text-danger { 350 .foca-text-danger {
351 color: $textDanger !important; 351 color: $textDanger !important;
352 } 352 }
353 .cover-spin {
354 width: -webkit-fill-available;
355 height: -webkit-fill-available;
356 display: flex;
357 position: absolute;
358 background-color: rgba(255,255,255,0.6);
359 left: 0;
360 top: 0;
361 z-index: 9999;
362 }
353 363