Commit 324b84081a5dac9c5a675d47f96813444a913ed0

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'develop'

Master

See merge request !98

256 KB

src/sass/_botonera-principal.scss
... ... @@ -36,10 +36,12 @@
36 36 }
37 37 }
38 38 &-logo {
39   - width: 80%;
  39 + width: 100%;
  40 + margin-left: 50%;
40 41 opacity: .8;
41 42 @media (max-width: 576px) {
42   - width: 100%;
  43 + width: 180%;
  44 + margin-left: 20%;
43 45 }
44 46 }
45 47 &-vacio {
src/sass/_botonera-secundaria.scss
1 1 .botonera-secundaria {
2   - height: 78px;
3 2 .row {
4 3 border-radius: 5px;
5 4 overflow: hidden;
... ... @@ -11,7 +10,6 @@
11 10 margin-right: 1px;
12 11 width: calc(100% - 1px);
13 12 margin-bottom: 1px;
14   -
15 13 &:hover{
16 14 background-color: #cd903550 ;
17 15 border-color: #cd9035 !important;
... ... @@ -20,7 +18,7 @@
20 18 box-shadow: 0 0 0 0.2rem rgb(216, 176, 125);
21 19 }
22 20 img{
23   - width: 50%;
  21 + width: 40%;
24 22 margin: auto
25 23 }
26 24 span{