Skip to content

Commit

Permalink
Adiciona placeholder para as imagens de fundo
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-santos committed Sep 15, 2022
1 parent adbb6af commit 3a70a9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scss/base/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
transform: translate(-50%, -50%);
}

%bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

@mixin display-button($bg-color, $color) {
background-color: $bg-color;
color: $color;
Expand Down

0 comments on commit 3a70a9b

Please sign in to comment.