Commit 040ecba05a9b6f2d2460a6de628811148637f951
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request Wrappers/wrapper-demo!9
Showing
2 changed files
Show diff stats
src/sass/_botonera-principal.scss
1 | .botonera-principal { | 1 | .botonera-principal { |
2 | margin: 0; | 2 | margin: 0; |
3 | padding-left: 30px; | 3 | padding-left: 30px; |
4 | padding-top: 30px; | 4 | padding-top: 30px; |
5 | & menuitem { | 5 | & menuitem { |
6 | display: inline-block; | 6 | display: inline-block; |
7 | height: 130px; | 7 | height: 130px; |
8 | text-align: center; | 8 | text-align: center; |
9 | width: 180px; | 9 | width: 180px; |
10 | } | 10 | } |
11 | & button { | 11 | & button { |
12 | background-image: url('../img/botonera.png'); | 12 | background-image: url('../img/botonera.png'); |
13 | border-radius: 12px; | 13 | border-radius: 12px; |
14 | border-width: 0; | 14 | border-width: 0; |
15 | height: 90px; | 15 | height: 90px; |
16 | position: relative; | 16 | position: relative; |
17 | width: 90px; | 17 | width: 90px; |
18 | } | 18 | } |
19 | & span { | 19 | & span { |
20 | left: 0; | 20 | left: 0; |
21 | position: absolute; | 21 | position: absolute; |
22 | text-align: center; | 22 | text-align: center; |
23 | top: 90px; | 23 | top: 90px; |
24 | width: 100%; | 24 | width: 100%; |
25 | font-size: 12px; | 25 | font-size: 12px; |
26 | color: #777777; | 26 | color: #777777; |
27 | } | 27 | } |
28 | &-abrir-turno { | 28 | &-abrir-turno { |
29 | & button { | 29 | & button { |
30 | background-position: 0 0; | 30 | background-position: 0 0; |
31 | &:hover { | 31 | &:hover { |
32 | background-position: 0 -90px; | 32 | background-position: 0 -90px; |
33 | } | 33 | } |
34 | } | 34 | } |
35 | } | 35 | } |
36 | &-cerrar-turno { | 36 | &-cerrar-turno { |
37 | & button { | 37 | & button { |
38 | background-position: -90px 0; | 38 | background-position: -90px 0; |
39 | &:hover { | 39 | &:hover { |
40 | background-position: -90px -90px; | 40 | background-position: -90px -90px; |
41 | } | 41 | } |
42 | } | 42 | } |
43 | } | 43 | } |
44 | &-caja { | 44 | &-caja { |
45 | & button { | 45 | & button { |
46 | background-position: -180px 0; | 46 | background-position: -180px 0; |
47 | &:hover { | 47 | &:hover { |
48 | background-position: -180px -90px; | 48 | background-position: -180px -90px; |
49 | } | 49 | } |
50 | } | 50 | } |
51 | } | 51 | } |
52 | &-facturador { | 52 | &-facturador { |
53 | & button { | 53 | & button { |
54 | background-position: -270px 0px; | 54 | background-position: -270px 0px; |
55 | &:hover { | 55 | &:hover { |
56 | background-position: -270px -90px; | 56 | background-position: -270px -90px; |
57 | } | 57 | } |
58 | } | 58 | } |
59 | } | 59 | } |
60 | &-nota-pedido { | 60 | &-nota-pedido { |
61 | & button { | 61 | & button { |
62 | background-position: -270px 0px; | 62 | background-position: -1250px 0px; |
63 | &:hover { | 63 | &:hover { |
64 | background-position: -270px -90px; | 64 | background-position: -1250px -90px; |
65 | } | 65 | } |
66 | } | 66 | } |
67 | } | 67 | } |
68 | } | 68 | } |
69 | 69 |
src/sass/_login.scss
1 | .login { | 1 | .login { |
2 | background-color: #bdbdbd; | 2 | background-color: #bdbdbd; |
3 | border: 1px solid #000000; | 3 | border: 1px solid #000000; |
4 | border-radius: 3px; | 4 | border-radius: 3px; |
5 | height: 150px; | 5 | height: 155px; |
6 | left: calc(50% - 130px); | 6 | left: calc(50% - 130px); |
7 | opacity: 0.7; | 7 | opacity: 0.7; |
8 | position: absolute; | 8 | position: absolute; |
9 | text-align: center; | 9 | text-align: center; |
10 | top: 190px; | 10 | top: 190px; |
11 | width: 260px; | 11 | width: 260px; |
12 | &-titulo { | 12 | &-titulo { |
13 | border-bottom: 1px solid #ffffff; | 13 | border-bottom: 1px solid #ffffff; |
14 | padding: 5px 0; | 14 | padding: 5px 0; |
15 | } | 15 | } |
16 | &-campo { | 16 | &-campo { |
17 | label { | 17 | label { |
18 | display: block; | 18 | display: block; |
19 | font-size: 12px; | 19 | font-size: 12px; |
20 | margin: 5px 0 0; | 20 | margin: 5px 0 0; |
21 | } | 21 | } |
22 | input { | 22 | input { |
23 | &:focus { | 23 | &:focus { |
24 | outline: 3px solid #ff9900; | 24 | outline: 3px solid #ff9900; |
25 | } | 25 | } |
26 | } | 26 | } |
27 | } | 27 | } |
28 | } | 28 | } |
29 | 29 |