Commit 1ac628ad71f059b09f7f943fb64eeccd580ac0a0
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !109
Showing
1 changed file
Show diff stats
src/sass/_bootstrap.scss
| 1 | button.active{ | 1 | button.active{ |
| 2 | text-decoration: none; | 2 | text-decoration: none; |
| 3 | outline: 0; | 3 | outline: 0; |
| 4 | color: white; | ||
| 4 | background-color: $primary; | 5 | background-color: $primary; |
| 5 | &:focus{ | 6 | &:focus{ |
| 6 | box-shadow: 0 0 0 0.2rem #d8b07d; | 7 | box-shadow: 0 0 0 0.2rem $primaryTransparency; |
| 7 | } | 8 | } |
| 8 | } | 9 | } |
| 9 | .btn-xs { | 10 | .btn-xs { |
| 10 | padding: .15rem .5rem; | 11 | padding: .15rem .5rem; |
| 11 | font-size: .8rem; | 12 | font-size: .8rem; |
| 12 | line-height: 1.5; | 13 | line-height: 1.5; |
| 13 | border-radius: .2rem; | 14 | border-radius: .2rem; |
| 14 | } | 15 | } |
| 15 | .no-border-bottom { | 16 | .no-border-bottom { |
| 16 | border-bottom: 0 !important; | 17 | border-bottom: 0 !important; |
| 17 | } | 18 | } |
| 18 | .no-border-top { | 19 | .no-border-top { |
| 19 | border-top: 0 !important; | 20 | border-top: 0 !important; |
| 20 | } | 21 | } |
| 21 | .no-border { | 22 | .no-border { |
| 22 | border: 0 !important; | 23 | border: 0 !important; |
| 23 | } | 24 | } |
| 24 | .margin-bottom-mobile { | 25 | .margin-bottom-mobile { |
| 25 | margin-bottom: 2.5em !important; | 26 | margin-bottom: 2.5em !important; |
| 26 | } | 27 | } |
| 27 | .tamaño-boton { | 28 | .tamaño-boton { |
| 28 | width:44px; | 29 | width:44px; |
| 29 | } | 30 | } |
| 30 | .modal-content { | 31 | .modal-content { |
| 31 | .modal-header{ | 32 | .modal-header{ |
| 32 | display: block; | 33 | display: block; |
| 33 | >div.row{ | 34 | >div.row{ |
| 34 | margin: 0 !important; | 35 | margin: 0 !important; |
| 35 | >div{ | 36 | >div{ |
| 36 | padding: 0 !important; | 37 | padding: 0 !important; |
| 37 | } | 38 | } |
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | @media (max-width: 576px) { | 41 | @media (max-width: 576px) { |
| 41 | height: auto; | 42 | height: auto; |
| 42 | height: 100%; | 43 | height: 100%; |
| 43 | border-radius: 0; | 44 | border-radius: 0; |
| 44 | } | 45 | } |
| 45 | } | 46 | } |
| 46 | .modal.show .modal-dialog { | 47 | .modal.show .modal-dialog { |
| 47 | @media (min-width: 1201px){ | 48 | @media (min-width: 1201px){ |
| 48 | -webkit-transform: translate(0, 70px); | 49 | -webkit-transform: translate(0, 70px); |
| 49 | transform: translate(0, 70px); | 50 | transform: translate(0, 70px); |
| 50 | } | 51 | } |
| 51 | @media (min-width: 576px) { | 52 | @media (min-width: 576px) { |
| 52 | -webkit-transform: translate(0, 90px); | 53 | -webkit-transform: translate(0, 90px); |
| 53 | transform: translate(0, 90px); | 54 | transform: translate(0, 90px); |
| 54 | } | 55 | } |
| 55 | @media (max-width: 576px) { | 56 | @media (max-width: 576px) { |
| 56 | width: 100%; | 57 | width: 100%; |
| 57 | height: 100%; | 58 | height: 100%; |
| 58 | margin: 0; | 59 | margin: 0; |
| 59 | padding: 0; | 60 | padding: 0; |
| 60 | } | 61 | } |
| 61 | } | 62 | } |
| 62 | .modal-body { | 63 | .modal-body { |
| 63 | @media (max-width: 576px) { | 64 | @media (max-width: 576px) { |
| 64 | overflow-y: auto; | 65 | overflow-y: auto; |
| 65 | } | 66 | } |
| 66 | } | 67 | } |
| 67 | 68 | ||
| 68 | .boton-salir { | 69 | .boton-salir { |
| 69 | position: absolute; | 70 | position: absolute; |
| 70 | bottom: 10px; | 71 | bottom: 10px; |
| 71 | right: 15px; | 72 | right: 15px; |
| 72 | width: calc(100% - 15px); | 73 | width: calc(100% - 15px); |
| 73 | } | 74 | } |
| 74 | 75 | ||
| 75 | input[type=number]::-webkit-inner-spin-button, | 76 | input[type=number]::-webkit-inner-spin-button, |
| 76 | 77 | ||
| 77 | input[type=number]::-webkit-outer-spin-button { | 78 | input[type=number]::-webkit-outer-spin-button { |
| 78 | -webkit-appearance: none; | 79 | -webkit-appearance: none; |
| 79 | margin: 0; | 80 | margin: 0; |
| 80 | } | 81 | } |
| 81 | 82 | ||
| 82 | .invisible { | 83 | .invisible { |
| 83 | color: rgba(0,0,0,0); | 84 | color: rgba(0,0,0,0); |
| 84 | } | 85 | } |
| 85 | 86 |