Commit 78ad78dc8e380e869027788af4759e9ed5716999
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Unifico estilos foca-crear-* See merge request !22
Showing
4 changed files
Show diff stats
src/sass/_crear-nota-pedido.scss
| ... | ... | @@ -1,22 +0,0 @@ |
| 1 | -.crear-nota-pedido { | |
| 2 | - background-color: #ccc; | |
| 3 | - | |
| 4 | - padding-bottom: 2rem; | |
| 5 | - &-fecha { | |
| 6 | - input[type="date"]::-webkit-clear-button { | |
| 7 | - display: none; | |
| 8 | - } | |
| 9 | - } | |
| 10 | - | |
| 11 | - .titulares>div{ | |
| 12 | - display: flex; | |
| 13 | - line-height: 30px; | |
| 14 | - h5{ | |
| 15 | - line-height: 30px; | |
| 16 | - } | |
| 17 | - button{ | |
| 18 | - margin: auto; | |
| 19 | - margin-right: 0; | |
| 20 | - } | |
| 21 | - } | |
| 22 | -} |
src/sass/_crear-remito.scss
src/sass/_foca-crear.scss
| ... | ... | @@ -0,0 +1,23 @@ |
| 1 | +.foca-crear{ | |
| 2 | + background: #CCC; | |
| 3 | + | |
| 4 | + .titulares>div{ | |
| 5 | + display: flex; | |
| 6 | + line-height: 30px; | |
| 7 | + h5{ | |
| 8 | + line-height: 30px; | |
| 9 | + } | |
| 10 | + button{ | |
| 11 | + margin: auto; | |
| 12 | + margin-right: 0; | |
| 13 | + } | |
| 14 | + } | |
| 15 | + | |
| 16 | + @media(min-width: 992px){ | |
| 17 | + padding-bottom: 2rem; | |
| 18 | + | |
| 19 | + &.one-row{ | |
| 20 | + padding-bottom: 8rem !important; | |
| 21 | + } | |
| 22 | + } | |
| 23 | +} |
src/sass/general.scss