Commit 08da9f7ace73fa191dd1eccf2f6fd7aa58b331db
1 parent
51b3dc6e32
Exists in
master
and in
1 other branch
arreglo en estilos
Showing
1 changed file
with
6 additions
and
12 deletions
Show diff stats
src/styles.scss
... | ... | @@ -15,6 +15,7 @@ body { |
15 | 15 | -webkit-filter: blur(10px); |
16 | 16 | } |
17 | 17 | |
18 | +app-pago-con-tarjeta, | |
18 | 19 | .disable-user-select { |
19 | 20 | -webkit-user-select: none; |
20 | 21 | -moz-user-select: none; |
... | ... | @@ -40,13 +41,14 @@ body { |
40 | 41 | } |
41 | 42 | |
42 | 43 | .card-effect { |
44 | + transition: background-color 0.3s; | |
43 | 45 | &:active { |
44 | 46 | background-color: #c9c9c9b3 !important; |
45 | - transition: background-color 0.5s; | |
47 | + transition: background-color 0.3s; | |
46 | 48 | } |
47 | 49 | &:focus { |
48 | 50 | background-color: #c9c9c9b3 !important; |
49 | - transition: background-color 0.5s; | |
51 | + transition: background-color 0.3s; | |
50 | 52 | } |
51 | 53 | } |
52 | 54 | |
... | ... | @@ -83,19 +85,11 @@ body { |
83 | 85 | } |
84 | 86 | |
85 | 87 | .bg-primary-gradient { |
86 | - background: linear-gradient( | |
87 | - 135deg, | |
88 | - rgba(40, 112, 175, 1) 0%, | |
89 | - rgba(0, 32, 66, 1) 100% | |
90 | - ); | |
88 | + background: linear-gradient(135deg, rgba(40, 112, 175, 1) 0%, rgba(0, 32, 66, 1) 100%); | |
91 | 89 | } |
92 | 90 | |
93 | 91 | .bg-primary-gradient-horizontal { |
94 | - background: linear-gradient( | |
95 | - 90deg, | |
96 | - rgba(40, 112, 175, 1) 0%, | |
97 | - rgba(0, 32, 66, 1) 100% | |
98 | - ); | |
92 | + background: linear-gradient(90deg, rgba(40, 112, 175, 1) 0%, rgba(0, 32, 66, 1) 100%); | |
99 | 93 | } |
100 | 94 | |
101 | 95 | .icon-dim { |