Skip to content

Commit

Permalink
buttons quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
danitorrel committed Jan 25, 2022
1 parent 9dd74ff commit f1f5b08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $pink: #fc9bb3;
div {
background-color: $pink;
height: 85%;
padding: 83px;
padding: 83px 83px 20px;
h1 {
margin: 0rem 0rem 2rem 2rem;
font-weight: bold;
Expand Down
1 change: 0 additions & 1 deletion blackrock/src/app/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ <h1>¿Te gustaría ser un <span>maestro Yoda</span> de las finanzas?</h1>
</div>
</section>
<app-footer></app-footer>

8 changes: 6 additions & 2 deletions blackrock/src/app/pages/quiz/quiz.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mat-stepper {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 3rem;
padding: 0 2.5em 0 2.5em;
button {
background: $black;
Expand Down Expand Up @@ -55,6 +56,7 @@ mat-stepper {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 3rem;
padding: 0 2.5em 0 2.5em;
button {
background: $black;
Expand Down Expand Up @@ -99,6 +101,7 @@ mat-stepper {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 3rem;
padding: 0 2.5em 0 2.5em;

button {
Expand Down Expand Up @@ -144,7 +147,8 @@ mat-stepper {
background-color: $pink;
display: flex;
align-items: center;
justify-content: space-between;
justify-content: flex-end;
gap: 3rem;
padding: 0 2em 0 2em;

button {
Expand Down Expand Up @@ -176,7 +180,7 @@ mat-stepper {
transform: scale(1);
}


}
.iconBtn {
color: $orange;
Expand Down

0 comments on commit f1f5b08

Please sign in to comment.