updates to scss for desktop

This commit is contained in:
akcodez
2024-03-21 07:53:27 -07:00
parent e8e7a385da
commit a4a1788384
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -27,7 +27,7 @@
.apex-btn {
margin-left: 16px;
color: var(--Gray-100, #000);
color: var(--Gray-100, #000) !important;
font-family: "Work Sans";
font-size: 16px;
font-style: normal;
@@ -39,7 +39,8 @@
letter-spacing: -0.16px;
padding: 2px 4px;
border-radius: 100px !important;
background: #18FF83;
background: #18FF83 !important;
text-decoration: none !important;
width: 135px;
height: 28px;
}