Commit
e05577ac08d0f4d78dde7730ba74e0b3504c3af1
Merge branch 'master' of https://debo.suite.repo/Wrappers/wrapper-demo
| ... | ... | @@ -4,3 +4,9 @@ | 
| 4 | 4 | outline: 0; | 
| 5 | 5 | background-color: #337ab7; | 
| 6 | 6 | } | 
|  | 7 | +.btn-xs { | 
|  | 8 | +    padding: .15rem .5rem; | 
|  | 9 | +    font-size: .8rem; | 
|  | 10 | +    line-height: 1.5; | 
|  | 11 | +    border-radius: .2rem; | 
|  | 12 | +} | 
| 7 | 13 | \ No newline at end of file | 
 
 
| ... | ... | @@ -59,9 +59,9 @@ | 
| 59 | 59 | } | 
| 60 | 60 | &-nota-pedido { | 
| 61 | 61 | & button { | 
| 62 |  | -            background-position: -270px 0px; | 
|  | 62 | +            background-position: -1250px 0px; | 
| 63 | 63 | &:hover { | 
| 64 |  | -                background-position: -270px -90px; | 
|  | 64 | +                background-position: -1250px -90px; | 
| 65 | 65 | } | 
| 66 | 66 | } | 
| 67 | 67 | } | 
 
 
| 1 | 1 | .botonera-secundaria { | 
| 2 | 2 | background-color: rgba(0, 0, 0, 0.8); | 
| 3 |  | -    .btn-xs { | 
| 4 |  | -        padding: .15rem .5rem; | 
| 5 |  | -        font-size: .8rem; | 
| 6 |  | -        line-height: 1.5; | 
| 7 |  | -        border-radius: .2rem; | 
| 8 |  | -    } | 
| 9 | 3 | } | 
 
 
| ... | ... | @@ -2,7 +2,7 @@ | 
| 2 | 2 | background-color: #bdbdbd; | 
| 3 | 3 | border: 1px solid #000000; | 
| 4 | 4 | border-radius: 3px; | 
| 5 |  | -    height: 150px; | 
|  | 5 | +    height: 155px; | 
| 6 | 6 | left: calc(50% - 130px); | 
| 7 | 7 | opacity: 0.7; | 
| 8 | 8 | position: absolute; | 
 
 
| 1 | 1 | .panel-informativo { | 
| 2 | 2 | background: linear-gradient(#ccc, #eee); | 
|  | 3 | +    min-height: 32px; | 
| 3 | 4 | .form-group { | 
| 4 | 5 | margin-bottom: 5px; | 
| 5 | 6 | } |