chore: add SCSS build and watch scripts, update theme colors, and comment out text-transform properties in various styles

This commit is contained in:
Wini_Fy
2026-03-23 13:17:55 +07:00
parent 1d901dec07
commit f1f49759ad
15 changed files with 236 additions and 1296 deletions

View File

@@ -44,7 +44,7 @@
.link-btn {
color: $theme-color-2;
text-transform: capitalize;
// text-transform: capitalize;
font-weight: 500;
font-family: "Space Grotesk", sans-serif;

View File

@@ -59,7 +59,7 @@
padding-bottom: 10px;
padding-top: 20px;
font-size: 16px;
text-transform: capitalize;
// text-transform: capitalize;
border-radius: 0;
background-color: transparent;
border: none;

View File

@@ -103,7 +103,7 @@
span{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
// text-transform: capitalize;
color: $white;
}
@@ -1063,7 +1063,7 @@
li {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
// text-transform: capitalize;
@include breakpoint (max-sm) {
font-size: 14px;

View File

@@ -438,7 +438,7 @@ html.lenis, html.lenis body {
background: $bg-color;
margin-top: 16px;
width: 100%;
text-transform: capitalize;
// text-transform: capitalize;
color: $text-color;
}
@@ -446,7 +446,7 @@ html.lenis, html.lenis body {
background: $bg-color;
outline: none;
color: $text-color;
text-transform: capitalize;
// text-transform: capitalize;
font-weight: 500;
font-size: 14px;
border: none;

View File

@@ -35,7 +35,7 @@
font-weight: 600;
line-height: 2;
font-weight: 700;
text-transform: capitalize;
// text-transform: capitalize;
border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
border: none;

View File

@@ -600,7 +600,7 @@
background: $white;
border-radius: 100px;
margin-right: 5px;
text-transform: capitalize;
// text-transform: capitalize;
margin-bottom: 10px;
color: $text-color;
@include transition;
@@ -723,7 +723,7 @@
line-height: 1;
background: $bg-color;
margin-right: 8px;
text-transform: capitalize;
// text-transform: capitalize;
color: $text-color;
font-weight: 400;
@include transition;

View File

@@ -151,7 +151,7 @@
sub {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
// text-transform: capitalize;
margin-left: -10px;
}
}

View File

@@ -16,7 +16,7 @@
color: $theme-color-2;
font-family: $heading-font;
margin-bottom: 20px;
text-transform: capitalize;
// text-transform: capitalize;
line-height: 1;
padding: 8px 16px;
border-radius: 100px;

View File

@@ -80,7 +80,7 @@
font-weight: 500;
color: $theme-color;
font-family: $heading-font;
text-transform: capitalize;
// text-transform: capitalize;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;

View File

@@ -21,7 +21,7 @@ body {
padding: 0;
margin: 0;
overflow-x: hidden;
text-transform: capitalize;
// // text-transform: capitalize;
}
ul {
@@ -56,7 +56,7 @@ h6 {
padding: 0;
color: $header-color;
@include transition;
text-transform: capitalize;
// text-transform: capitalize;
}
h1 {

View File

@@ -359,7 +359,7 @@
h4 {
font-size: 14px;
font-weight: 800;
text-transform: capitalize;
// text-transform: capitalize;
text-align: center;
color: $white;
}