Skip to content

Commit

Permalink
fix: padding in styles for headers; padding s for the content are vue…
Browse files Browse the repository at this point in the history
…tify's default ones
  • Loading branch information
Ivanov N committed Oct 25, 2024
1 parent d378d52 commit 42d5b80
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/NodesOfflineDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,8 @@ export default {
@import '@/assets/styles/settings/_colors.scss';
.all-nodes-disabled-dialog {
&__card-title {
padding: 14px !important;
}
&__card-text {
padding: 14px !important;
.a-text-header {
padding-left: 24px !important;
}
&__disclaimer {
margin-top: 10px;
Expand Down

0 comments on commit 42d5b80

Please sign in to comment.