Skip to content

Commit

Permalink
fix(NodesOfflineDialog.vue): fix paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Dec 2, 2024
1 parent 238c218 commit 4f0f968
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/NodesOfflineDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ export default {
.all-nodes-disabled-dialog {
&__card-title {
padding: 14px !important;
}
&__card-text {
padding: 14px !important;
padding: 16px !important;
}
&__btn {
margin-top: 15px;
Expand All @@ -91,7 +90,7 @@ export default {
margin-right: 8px;
}
&__btn-block {
padding: 16px 0 16px 0;
padding: 12px 0 24px 0;
text-align: center;
}
}
Expand Down

0 comments on commit 4f0f968

Please sign in to comment.