Skip to content

Commit

Permalink
add some styles to WebButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Konuhova committed Oct 30, 2023
1 parent 78cfc55 commit e2f0e81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/src/components/common/WebButton/WebButton.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
position: relative;
display: flex;
width: 100%;
max-width: size(212);
justify-content: space-between;
align-items: center;
font-family: Inter, sans-serif;
color: $gray-50;
font-weight: 500;
Expand Down Expand Up @@ -95,6 +97,10 @@
}
}
}

@include mobile {
max-width: size(229);
}
}

.icon {
Expand All @@ -105,6 +111,7 @@
.size {
&-s {
font-size: size(14);
line-height: size(18);

.icon {
width: size(14);
Expand All @@ -114,6 +121,7 @@

&-l {
font-size: size(18);
line-height: size(22);

.icon {
width: size(18);
Expand Down

0 comments on commit e2f0e81

Please sign in to comment.