Skip to content

Commit

Permalink
Fixed border on DashboardSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
dyatlov-a committed Sep 17, 2024
1 parent e7abeb6 commit 8ef4032
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
transition: border 0.3s;
}
.widget-settings_no-drag .widget-settings__item {
border: 5px #555 solid;
border: 3px #555 solid;
}
.widget-settings_on-drag .widget-settings__item {
border: 5px #AAA dashed;
border: 3px #AAA dashed;
}
.widget-settings__actions {
display: flex;
Expand Down

0 comments on commit 8ef4032

Please sign in to comment.