Skip to content

Commit

Permalink
Added spacing for button with icon on the right side
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Jan 13, 2025
1 parent ccf1921 commit dc9b04f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commonlib
Submodule commonlib updated from 10fbd9 to 5bb31d
7 changes: 7 additions & 0 deletions www/docs/style/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ a:focus {
}
}

button {
// For buttons with an icon on the right side
i {
margin-right: 0.15rem;
}
}

/* forms */
.errorlist {
@include unstyled-list();
Expand Down
6 changes: 0 additions & 6 deletions www/docs/style/sass/parts/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
}
}

button {
i {
margin-right: 0.15rem;
}
}

.alert-page-section {
margin-bottom: 3rem;
}
Expand Down

0 comments on commit dc9b04f

Please sign in to comment.