Skip to content

Commit

Permalink
modifier style .c-btn--full
Browse files Browse the repository at this point in the history
  • Loading branch information
u-dani committed Jan 23, 2024
1 parent 064ba67 commit aa97631
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@
padding: 6px;
border: 2px solid black;
border-radius: 4px;
width: 100%;

.icon {
width: 21px;
height: 21px;
}

&--full {
width: 100%;
}

&--facebook {
background-color: map-get(var.$colors, facebook);
border-color: darken(map-get(var.$colors, facebook), 5);
Expand Down

0 comments on commit aa97631

Please sign in to comment.