Skip to content

Commit

Permalink
[DEMAD-101] Correcciones
Browse files Browse the repository at this point in the history
Correcciones de estilos
  • Loading branch information
ajmorenoh committed Nov 24, 2020
1 parent 4cd7d41 commit f1b6ce4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@ a {
}

@include breakpoint(medium) {
background: #fff image-url("budget_welcome/background_header.png");
background: $budget-2019-pink image-url("budget_welcome/background_header.jpg");
background-position: 100% top;
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -2357,7 +2357,7 @@ a {
background: $budget-2019-pink;

@include breakpoint(medium) {
background: #fff image-url("budget_welcome/background_header.png");
background: $budget-2019-pink image-url("budget_welcome/background_header.jpg");
background-position: bottom;
background-repeat: no-repeat;
background-size: contain;
Expand Down
12 changes: 6 additions & 6 deletions app/assets/stylesheets/participation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,15 @@
}

.button-support {
background: #33FFA6;
color: $text;
background: rgb(0,173,177);
color: #fff;
display: inline-block;
font-size: $small-font-size;
margin-top: rem-calc(12);

&:hover,
&:active {
background: lighten(#33FFA6, 25%);
background: lighten(rgb(0,173,177), 25%);
cursor: pointer;
}
}
Expand Down Expand Up @@ -927,7 +927,7 @@

h1 {
font-size: rem-calc(50);
text-transform: uppercase;
//text-transform: uppercase;
}
}

Expand Down Expand Up @@ -1100,8 +1100,8 @@
}

.button-support {
background: #33FFA6;
color: #000;
background: rgb(0,173,177);
color: #fff;
margin-top: 0;

&:hover {
Expand Down

0 comments on commit f1b6ce4

Please sign in to comment.