Skip to content

Commit

Permalink
Add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Initsogar committed Sep 28, 2024
1 parent 2894133 commit 7d100b1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions client/components/jetpack/backup-schedule-setting/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";

.backup-schedule-setting {
box-sizing: border-box;
margin: auto;
max-width: 720px;
margin-left: -16px;
margin-right: -16px;

@include break-medium {
margin-left: auto;
margin-right: auto;
}

h3 {
font-size: $font-body;
}

p {
font-size: $font-body-small;
}

.components-select-control {
width: fit-content;
}
}

0 comments on commit 7d100b1

Please sign in to comment.