Commit 83825050483d5e331dd4a26f9381e335fd957b9f

Authored by Marcelo Puebla
1 parent c9c564a4cf

Agregados saltos de linea.

Showing 1 changed file with 9 additions and 1 deletions   Show diff stats
src/sass/general.scss
... ... @@ -60,6 +60,7 @@ input::-webkit-inner-spin-button {
60 60 -webkit-animation: flash linear 1s infinite;
61 61 animation: flash linear 1s infinite;
62 62 }
  63 +
63 64 @-webkit-keyframes flash {
64 65 0% {
65 66 opacity: 1;
... ... @@ -71,6 +72,7 @@ input::-webkit-inner-spin-button {
71 72 opacity: 1;
72 73 }
73 74 }
  75 +
74 76 @keyframes flash {
75 77 0% {
76 78 opacity: 1;
... ... @@ -307,6 +309,7 @@ button.clear-input {
307 309 outline: none;
308 310 }
309 311 }
  312 +
310 313 .custom-control-input {
311 314 &:checked ~ .custom-control-label::before {
312 315 border: none !important;
... ... @@ -336,6 +339,7 @@ button.clear-input {
336 339 background-color: $primaryTransparency;
337 340 }
338 341 }
  342 +
339 343 .disable-selection {
340 344 user-select: none;
341 345 -moz-user-select: none; /* Firefox */
... ... @@ -344,12 +348,15 @@ button.clear-input {
344 348 -webkit-user-select: none; /* Chrome, Safari, and Opera */
345 349 -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
346 350 }
  351 +
347 352 .foca-text-success {
348 353 color: $textSuccess !important;
349 354 }
  355 +
350 356 .foca-text-danger {
351 357 color: $textDanger !important;
352 358 }
  359 +
353 360 .cover-spin {
354 361 width: -webkit-fill-available;
355 362 height: -webkit-fill-available;
... ... @@ -360,6 +367,7 @@ button.clear-input {
360 367 top: 0;
361 368 z-index: 9999;
362 369 }
  370 +
363 371 .fadeIn {
364 372 opacity: 0;
365 373 animation: fadeIn 1.8s forwards;
... ... @@ -379,7 +387,7 @@ button.clear-input {
379 387 }
380 388 }
381 389  
382   -.bg-gray-gradient {
  390 +.bg-gray-gradient {
383 391 background: linear-gradient(0deg, hsl(0, 0%, 90%),hsl(0, 0%, 70%));
384 392 }
385 393