Skip to content

Commit

Permalink
Merge pull request #690 from Adamant-im/fix/nodes-offline-dialog-style
Browse files Browse the repository at this point in the history
fix(NodesOfflineDialog.vue): fix paddings
  • Loading branch information
bludnic authored Dec 2, 2024
2 parents 238c218 + 4f0f968 commit 0888bea
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 0888bea

Please sign in to comment.