Skip to content

Commit

Permalink
checking the buttons height ish
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyfe6 committed Sep 23, 2024
1 parent 94f7f0e commit f352638
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/customs/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
border-radius: $low-radius;
width: fit-content;
height: fit-content;
min-height: 44px;
padding: 1em 2em;
font-weight: 500;
letter-spacing: 2.5px;
Expand All @@ -110,6 +111,7 @@
display: inline-block;
padding: 0.7em 1em;
width: 100%;
min-height: 44px;
border-radius: $low-radius;
white-space: nowrap;

Expand All @@ -118,6 +120,7 @@
}

@mixin tertiaryButton {
min-height: 44px;
text-transform: uppercase;
padding: 1em 2.5em;
background: transparent;
Expand All @@ -132,7 +135,7 @@
@include boxShadow;

&[name='cta'] {
@include fluidTyping(8, 14);
@include fluidTyping(10, 14);
}

&[name='offerte'] {
Expand Down Expand Up @@ -187,6 +190,7 @@
font-weight: 500;
background: $white-color;
width: fit-content;
min-height: 44px;
white-space: nowrap;

@include boxShadow;
Expand Down

0 comments on commit f352638

Please sign in to comment.