Skip to content

Commit

Permalink
Replace logical classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Aug 17, 2022
1 parent 5fb6280 commit bc9b013
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scss/_bottom-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
.bottom-bar-item-icon {
/* stylelint-disable-next-line color-function-notation */
color: #{ light-dark((0, 0, 0), (255, 255, 255)) };
margin-block: .25rem;
margin-top: .25rem;
margin-bottom: .25rem;
}

&.active {
Expand Down
6 changes: 4 additions & 2 deletions scss/_forms_groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
.btn {
position: relative;
z-index: 2;
padding-block: $spacer * .3125;
padding-top: $spacer * .3125;
padding-bottom: $spacer * .3125;

&:first-child {
border-left: none;
Expand Down Expand Up @@ -101,7 +102,8 @@
font-size: 1rem;
display: flex;
align-items: center;
padding-inline: $spacer * .5;
padding-left: $spacer * .5;
padding-right: $spacer * .5;
line-height: 1.5;
color: var(--grey-900);
text-align: center;
Expand Down

0 comments on commit bc9b013

Please sign in to comment.