Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed Oct 4, 2024
1 parent a362cfd commit 4246818
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/components/download-resources/_download-resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@

.ons-label {
font-weight: $font-weight-regular;
margin-bottom: 0;
margin-right: 0.5rem;
margin: 0 0.5rem 0 0;
}

.ons-input--select {
Expand Down
3 changes: 1 addition & 2 deletions src/components/field/_field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
display: flex;

.ons-label {
margin-bottom: 0;
margin-right: 0.5rem;
margin: 0 0.5rem 0 0;
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions src/components/list/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
&--icons {
margin-bottom: 0;
.ons-list__item {
margin-top: 0;
margin-bottom: 0.5rem;
margin: 0 0 0.5rem;
}
}

Expand Down
2 changes: 0 additions & 2 deletions src/components/navigation/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
&__item {
border-left: 4px solid transparent;
display: block;
margin: 0 0 0.25rem;
@extend .ons-u-mb-no;
&--active,
&:hover {
border-color: var(--ons-color-white);
Expand Down
2 changes: 1 addition & 1 deletion src/components/quote/_quote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

color: var(--ons-color-text-light);
display: block;
margin-top: 2r0.5m;
margin-top: 0.5rem;
position: relative;
}

Expand Down
3 changes: 1 addition & 2 deletions src/scss/objects/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
}

.ons-page__main {
margin-bottom: 4rem;
margin-top: 2.5rem;
margin: 2.5rem 0 4rem;

@include mq(xxs, m) {
margin-top: 1.5rem;
Expand Down

0 comments on commit 4246818

Please sign in to comment.