Skip to content

Commit

Permalink
style: adjust icon background and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyian committed Jul 10, 2024
1 parent bf94aa4 commit 2beceae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/scss/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@
position: relative;
break-inside: avoid;

p {
padding: 0;
}

.fau-icon {
fill: config.color('branding', 'primary');
position: absolute;
left: 0;
top: 5px;
background: none;
}
}
}

0 comments on commit 2beceae

Please sign in to comment.