Skip to content

Commit

Permalink
Minor tweaks for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jan 30, 2025
1 parent d6f9de5 commit fab96eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ table {
font-size: 1em;
border-radius: 4px; /* Aggiunto bordo arrotondato */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Aggiunta ombra al pulsante */
white-space: nowrap;
}

.download-button:hover {
Expand All @@ -101,6 +102,10 @@ table {
transition: transform 0.2s;
}

ion-icon {
padding-right: 10px;
}

.arrow.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
Expand Down

0 comments on commit fab96eb

Please sign in to comment.