Commit a48454b702c1e206a8d985857f435252a3cd3446
1 parent
ccd4d709ca
Exists in
master
Boton buscar
Showing
1 changed file
with
23 additions
and
0 deletions
Show diff stats
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 | 24 | ||
25 | //OCULTA FLECHAS INPUT NUMBER | 25 | //OCULTA FLECHAS INPUT NUMBER |
26 | input[type='number'] { | 26 | input[type='number'] { |
27 | -moz-appearance:textfield; | 27 | -moz-appearance:textfield; |
28 | } | 28 | } |
29 | 29 | ||
30 | input::-webkit-outer-spin-button, | 30 | input::-webkit-outer-spin-button, |
31 | input::-webkit-inner-spin-button { | 31 | input::-webkit-inner-spin-button { |
32 | -webkit-appearance: none; | 32 | -webkit-appearance: none; |
33 | } | 33 | } |
34 | 34 | ||
35 | .d-md-grid{ | 35 | .d-md-grid{ |
36 | @media (min-width: 768px) { | 36 | @media (min-width: 768px) { |
37 | display: grid !important; | 37 | display: grid !important; |
38 | } | 38 | } |
39 | } | 39 | } |
40 | 40 | ||
41 | .btn-outline-debo{ | 41 | .btn-outline-debo{ |
42 | background-color: transparent; | 42 | background-color: transparent; |
43 | color: $primary; | 43 | color: $primary; |
44 | border-color: $primary; | 44 | border-color: $primary; |
45 | &:hover{ | 45 | &:hover{ |
46 | color: #FFF; | 46 | color: #FFF; |
47 | border-color: transparent; | 47 | border-color: transparent; |
48 | background-color: $primary; | 48 | background-color: $primary; |
49 | } | 49 | } |
50 | &:focus { | 50 | &:focus { |
51 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | 51 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |
52 | } | 52 | } |
53 | &:active { | 53 | &:active { |
54 | color: #FFF; | 54 | color: #FFF; |
55 | background-color: $primary !important; | 55 | background-color: $primary !important; |
56 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | 56 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |
57 | } | 57 | } |
58 | } | 58 | } |
59 | 59 | ||
60 | .input-group-append > button { | ||
61 | &:focus { | ||
62 | border-color: $primary !important; | ||
63 | box-shadow: 0 0 5px $primary !important; | ||
64 | } | ||
65 | &:active { | ||
66 | border-color: $primary !important; | ||
67 | box-shadow: 0 0 5px $primary !important; | ||
68 | } | ||
69 | } | ||
70 | |||
71 | .input-group-append > button { | ||
72 | &:focus { | ||
73 | border-color: $primary !important; | ||
74 | box-shadow: 0 0 5px $primary !important; | ||
75 | } | ||
76 | &:active { | ||
77 | border-color: $primary !important; | ||
78 | box-shadow: 0 0 5px $primary !important; | ||
79 | } | ||
80 | } | ||
81 | |||
82 | |||
60 | .btn-login { | 83 | .btn-login { |
61 | box-shadow: none !important; | 84 | box-shadow: none !important; |
62 | } | 85 | } |
63 | 86 | ||
64 | input[type="file"] { | 87 | input[type="file"] { |
65 | display: none; | 88 | display: none; |
66 | } | 89 | } |
67 | .custom-file-upload { | 90 | .custom-file-upload { |
68 | border: 1px solid #ccc; | 91 | border: 1px solid #ccc; |
69 | display: inline-block; | 92 | display: inline-block; |
70 | padding: 6px 12px; | 93 | padding: 6px 12px; |
71 | cursor: pointer; | 94 | cursor: pointer; |
72 | } | 95 | } |
73 | 96 | ||
74 | .btn-brown { | 97 | .btn-brown { |
75 | background-color:$primary; | 98 | background-color:$primary; |
76 | -webkit-appearance: none; | 99 | -webkit-appearance: none; |
77 | border-color: transparent; | 100 | border-color: transparent; |
78 | &:focus { | 101 | &:focus { |
79 | outline: 0 !important; | 102 | outline: 0 !important; |
80 | box-shadow: none; | 103 | box-shadow: none; |
81 | } | 104 | } |
82 | .icon-white { | 105 | .icon-white { |
83 | color: white; | 106 | color: white; |
84 | } | 107 | } |
85 | } | 108 | } |
86 | 109 | ||
87 | .btn-Guardar { | 110 | .btn-Guardar { |
88 | background-color:green; | 111 | background-color:green; |
89 | -webkit-appearance: none; | 112 | -webkit-appearance: none; |
90 | border-color: transparent; | 113 | border-color: transparent; |
91 | &:focus { | 114 | &:focus { |
92 | outline: 0 !important; | 115 | outline: 0 !important; |
93 | box-shadow: none; | 116 | box-shadow: none; |
94 | } | 117 | } |
95 | .icon-white { | 118 | .icon-white { |
96 | color: white; | 119 | color: white; |
97 | } | 120 | } |
98 | } | 121 | } |
99 | 122 | ||
100 | .page-item.active .page-link { | 123 | .page-item.active .page-link { |
101 | z-index: 1; | 124 | z-index: 1; |
102 | color: #fff; | 125 | color: #fff; |
103 | background-color: $primary; | 126 | background-color: $primary; |
104 | border-color: $primary; | 127 | border-color: $primary; |
105 | } | 128 | } |
106 | 129 | ||
107 | .foca-input { | 130 | .foca-input { |
108 | &:focus { | 131 | &:focus { |
109 | border-color: $primary; | 132 | border-color: $primary; |
110 | box-shadow: 0 0 5px $primary; | 133 | box-shadow: 0 0 5px $primary; |
111 | } | 134 | } |
112 | } | 135 | } |
113 | 136 | ||
114 | .btn-primary { | 137 | .btn-primary { |
115 | background-color: $primary !important; | 138 | background-color: $primary !important; |
116 | border-color: $primary !important; | 139 | border-color: $primary !important; |
117 | &:focus { | 140 | &:focus { |
118 | box-shadow: none !important; | 141 | box-shadow: none !important; |
119 | } | 142 | } |
120 | &:hover { | 143 | &:hover { |
121 | border-color: $primaryTransparency !important; | 144 | border-color: $primaryTransparency !important; |
122 | background-color: $primaryTransparency !important; | 145 | background-color: $primaryTransparency !important; |
123 | } | 146 | } |
124 | &:active{ | 147 | &:active{ |
125 | background-color: $primary !important; | 148 | background-color: $primary !important; |
126 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | 149 | box-shadow: 0px 0px 0px 3px $primaryTransparency !important; |
127 | } | 150 | } |
128 | } | 151 | } |
129 | 152 | ||
130 | .btn-default { | 153 | .btn-default { |
131 | color: #FFF; | 154 | color: #FFF; |
132 | background-color: $default !important; | 155 | background-color: $default !important; |
133 | border-color: $default !important; | 156 | border-color: $default !important; |
134 | &:focus { | 157 | &:focus { |
135 | box-shadow: none !important; | 158 | box-shadow: none !important; |
136 | } | 159 | } |
137 | &:hover { | 160 | &:hover { |
138 | color: #FFF; | 161 | color: #FFF; |
139 | border-color: $defaultTransparency !important; | 162 | border-color: $defaultTransparency !important; |
140 | background-color: $defaultTransparency !important; | 163 | background-color: $defaultTransparency !important; |
141 | } | 164 | } |
142 | &:active{ | 165 | &:active{ |
143 | background-color: $default !important; | 166 | background-color: $default !important; |
144 | box-shadow: 0px 0px 0px 3px $defaultTransparency !important; | 167 | box-shadow: 0px 0px 0px 3px $defaultTransparency !important; |
145 | } | 168 | } |
146 | } | 169 | } |
147 | 170 | ||
148 | .btn-danger { | 171 | .btn-danger { |
149 | &:hover { | 172 | &:hover { |
150 | color: #FFF; | 173 | color: #FFF; |
151 | border-color: $dangerTransparency !important; | 174 | border-color: $dangerTransparency !important; |
152 | background-color: $dangerTransparency !important; | 175 | background-color: $dangerTransparency !important; |
153 | } | 176 | } |
154 | } | 177 | } |
155 | 178 | ||
156 | .table-celda-total { | 179 | .table-celda-total { |
157 | background-color: $highlightedArea; | 180 | background-color: $highlightedArea; |
158 | } | 181 | } |
159 | 182 | ||
160 | marquee { | 183 | marquee { |
161 | background-color: $highlightedArea; | 184 | background-color: $highlightedArea; |
162 | } | 185 | } |
163 | 186 | ||
164 | .front-index{ | 187 | .front-index{ |
165 | z-index: 9999; | 188 | z-index: 9999; |
166 | } | 189 | } |
167 | 190 | ||
168 | .uib-daypicker{ | 191 | .uib-daypicker{ |
169 | outline: 0 | 192 | outline: 0 |
170 | } | 193 | } |
171 | 194 | ||
172 | .right-0{ | 195 | .right-0{ |
173 | right: 0; | 196 | right: 0; |
174 | } | 197 | } |
175 | 198 | ||
176 | .tabla-factura{ | 199 | .tabla-factura{ |
177 | word-wrap: break-word; | 200 | word-wrap: break-word; |
178 | table-layout: fixed; | 201 | table-layout: fixed; |
179 | } | 202 | } |
180 | 203 | ||
181 | .ladda-w-100 .ladda-label{ | 204 | .ladda-w-100 .ladda-label{ |
182 | width: 100%; | 205 | width: 100%; |
183 | float: right; | 206 | float: right; |
184 | } | 207 | } |
185 | 208 | ||
186 | .btn-delete-image{ | 209 | .btn-delete-image{ |
187 | height: 25px; | 210 | height: 25px; |
188 | width: 25px; | 211 | width: 25px; |
189 | top: -10px; | 212 | top: -10px; |
190 | right: 0; | 213 | right: 0; |
191 | } | 214 | } |
192 | 215 | ||
193 | button.clear-input{ | 216 | button.clear-input{ |
194 | cursor: pointer; | 217 | cursor: pointer; |
195 | background: transparent; | 218 | background: transparent; |
196 | border: none; | 219 | border: none; |
197 | margin-left: -24px; | 220 | margin-left: -24px; |
198 | z-index: 9; | 221 | z-index: 9; |
199 | color: #a3a3a3; | 222 | color: #a3a3a3; |
200 | &:focus{ | 223 | &:focus{ |
201 | outline: none; | 224 | outline: none; |
202 | } | 225 | } |
203 | } | 226 | } |
204 | .custom-control-input { | 227 | .custom-control-input { |
205 | &:checked ~ .custom-control-label::before { | 228 | &:checked ~ .custom-control-label::before { |
206 | border: none !important; | 229 | border: none !important; |
207 | color: $primary !important; | 230 | color: $primary !important; |
208 | background-color: $primary !important; | 231 | background-color: $primary !important; |
209 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; | 232 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; |
210 | } | 233 | } |
211 | &:active ~ .custom-control-label::before { | 234 | &:active ~ .custom-control-label::before { |
212 | border: none !important; | 235 | border: none !important; |
213 | color: $primary !important; | 236 | color: $primary !important; |
214 | background-color: $primary !important; | 237 | background-color: $primary !important; |
215 | } | 238 | } |
216 | &:focus ~ .custom-control-label::before { | 239 | &:focus ~ .custom-control-label::before { |
217 | border: none !important; | 240 | border: none !important; |
218 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; | 241 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; |
219 | } | 242 | } |
220 | &:focus:not(:checked) ~ .custom-control-label::before { | 243 | &:focus:not(:checked) ~ .custom-control-label::before { |
221 | border: none !important; | 244 | border: none !important; |
222 | } | 245 | } |
223 | &:not(:disabled):active ~ .custom-control-label::before { | 246 | &:not(:disabled):active ~ .custom-control-label::before { |
224 | border: none !important; | 247 | border: none !important; |
225 | color: $primary !important; | 248 | color: $primary !important; |
226 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; | 249 | box-shadow: 0px 0px 0px 2px $primaryTransparency !important; |
227 | } | 250 | } |
228 | &:hover ~ .custom-control-label::before { | 251 | &:hover ~ .custom-control-label::before { |
229 | border: none !important; | 252 | border: none !important; |
230 | background-color: $primaryTransparency; | 253 | background-color: $primaryTransparency; |
231 | } | 254 | } |
232 | } | 255 | } |
233 | 256 |