Add prettier config, format codebase

This commit is contained in:
David Haz
2025-07-12 11:59:33 +03:00
parent ac8b2c04d8
commit f4d97ee94e
211 changed files with 10586 additions and 8810 deletions

View File

@@ -121,13 +121,13 @@ div:has(> .props-table) {
max-width: 600px;
font-size: 1rem;
font-weight: bolder;
color: #27FF64;
color: #27ff64;
}
.star-border-demo .inner-content {
padding: 1em 3em;
background-color: #0b0b0b !important;
border: 1px solid #142216 !important
border: 1px solid #142216 !important;
}
.custom-bounceCards {
@@ -150,7 +150,7 @@ div:has(> .props-table) {
.rotating-text-demo-container .rotating-text-demo {
display: inline-block;
color: #0b0b0b;
background-color: #27FF64;
background-color: #27ff64;
padding: 0 0.4em;
border-radius: 15px;
transition: width 0.3s ease;
@@ -161,7 +161,7 @@ div:has(> .props-table) {
}
.tilted-card-demo-text {
font-family: "Figtree", sans-serif;
font-family: 'Figtree', sans-serif;
font-weight: 900;
text-transform: capitalize;
box-shadow: 0 5px 30px #0b0b0b59;
@@ -216,7 +216,7 @@ div:has(> .props-table) {
font-weight: 900;
font-size: 1.6rem;
margin-top: 1rem;
margin-bottom: .4rem;
margin-bottom: 0.4rem;
color: #fff;
}
@@ -242,7 +242,7 @@ div:has(> .props-table) {
margin-bottom: 1em;
text-align: center;
font-size: 1.65rem;
color: #A7EF9E;
color: #a7ef9e;
}
.contribute-buttons {
@@ -316,7 +316,7 @@ div:has(> .props-table) {
background-color: #111;
border: 1px solid #142216;
white-space: nowrap;
color: #A7EF9E;
color: #a7ef9e;
border-radius: 10px;
font-size: 0.8rem;
padding: 0.5em 1em;
@@ -345,7 +345,7 @@ div:has(> .props-table) {
}
.cli-divider::before {
content: "Or";
content: 'Or';
position: absolute;
left: 50%;
top: 50%;
@@ -356,7 +356,7 @@ div:has(> .props-table) {
}
.coming-soon a {
color: #27FF64;
color: #27ff64;
text-decoration: underline;
}
@@ -400,15 +400,15 @@ div:has(> .props-table) {
flex-direction: column;
gap: 1rem;
}
.contribute-button {
width: 90%;
}
.contribute-separator {
display: none;
}
.demo-title-contribute {
font-size: 1rem;
}
@@ -472,13 +472,13 @@ div:has(> .props-table) {
flex-direction: column;
width: 100%;
}
.contribute-button {
width: 100%;
flex: none;
}
.contribute-separator {
order: 2;
}
}
}