Commit 9d95a4615d29c7a8ef506ce8f5a15bfaee52169d
1 parent
e98e411209
Exists in
master
Cambio en clase css.
Showing
3 changed files
with
27 additions
and
19 deletions
Show diff stats
img/cuentaCorriente.png
8.21 KB
src/sass/_bootstrap.scss
| 1 | -button.active{ | |
| 1 | +button.active { | |
| 2 | 2 | text-decoration: none; |
| 3 | 3 | outline: 0; |
| 4 | 4 | color: white; |
| 5 | 5 | background-color: $primary; |
| 6 | - &:focus{ | |
| 6 | + &:focus { | |
| 7 | 7 | box-shadow: 0 0 0 0.2rem $primaryTransparency; |
| 8 | 8 | } |
| 9 | 9 | } |
| 10 | 10 | .btn-xs { |
| 11 | - padding: .15rem .5rem; | |
| 12 | - font-size: .8rem; | |
| 11 | + padding: 0.15rem 0.5rem; | |
| 12 | + font-size: 0.8rem; | |
| 13 | 13 | line-height: 1.5; |
| 14 | - border-radius: .2rem; | |
| 14 | + border-radius: 0.2rem; | |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | .no-border-bottom { |
| ... | ... | @@ -27,14 +27,14 @@ button.active{ |
| 27 | 27 | margin-bottom: 2.5em !important; |
| 28 | 28 | } |
| 29 | 29 | .tamaño-boton { |
| 30 | - width:44px; | |
| 30 | + width: 44px; | |
| 31 | 31 | } |
| 32 | 32 | .modal-content { |
| 33 | - .modal-header{ | |
| 33 | + .modal-header { | |
| 34 | 34 | display: block; |
| 35 | - >div.row{ | |
| 35 | + > div.row { | |
| 36 | 36 | margin: 0 !important; |
| 37 | - >div{ | |
| 37 | + > div { | |
| 38 | 38 | padding: 0 !important; |
| 39 | 39 | } |
| 40 | 40 | } |
| ... | ... | @@ -46,7 +46,7 @@ button.active{ |
| 46 | 46 | } |
| 47 | 47 | } |
| 48 | 48 | .modal.show .modal-dialog { |
| 49 | - @media (min-width: 1201px){ | |
| 49 | + @media (min-width: 1201px) { | |
| 50 | 50 | -webkit-transform: translate(0, 70px); |
| 51 | 51 | transform: translate(0, 70px); |
| 52 | 52 | } |
| ... | ... | @@ -68,19 +68,26 @@ button.active{ |
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | .boton-salir { |
| 71 | - position: absolute; | |
| 72 | - bottom: 10px; | |
| 73 | - right: 15px; | |
| 71 | + position: absolute; | |
| 72 | + bottom: 10px; | |
| 73 | + right: 15px; | |
| 74 | 74 | width: calc(100% - 15px); |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | -input[type=number]::-webkit-inner-spin-button, | |
| 78 | - | |
| 79 | -input[type=number]::-webkit-outer-spin-button { | |
| 80 | - -webkit-appearance: none; | |
| 81 | - margin: 0; | |
| 77 | +input[type="number"]::-webkit-inner-spin-button, | |
| 78 | +input[type="number"]::-webkit-outer-spin-button { | |
| 79 | + -webkit-appearance: none; | |
| 80 | + margin: 0; | |
| 82 | 81 | } |
| 83 | 82 | |
| 84 | 83 | .invisible { |
| 85 | - color: rgba(0,0,0,0); | |
| 84 | + color: rgba(0, 0, 0, 0); | |
| 85 | +} | |
| 86 | + | |
| 87 | +.badge-success { | |
| 88 | + background-color: #9aae47 !important; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.border-warning { | |
| 92 | + border-color: #cd9035 !important; | |
| 86 | 93 | } |