Skip to content

Commit

Permalink
Update stylesheet.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Jan 17, 2024
1 parent 447b57a commit 6d3083f
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
flex-direction: column;
justify-content: center;
margin-left: 18px;
max-width: 27vw;

@media (max-width: #{ ($break-large) }) {
width: 60vw;
}

&__filename {
margin: 0;
Expand Down Expand Up @@ -133,7 +138,7 @@
border: none;
font-weight: 510;
font-style: normal;
background-color: #ff0e9099;
background-color: transparent;
color: var(--nfd-onboarding-primary);
font-size: clamp(0.5rem, 0.4091rem + 0.4545vw, 1.5rem);

Expand All @@ -143,7 +148,7 @@
}

&__icon {
fill: rgb(255, 14, 144);
fill: var(--nfd-onboarding-primary);
}
}
}
Expand Down

0 comments on commit 6d3083f

Please sign in to comment.