mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-09 00:19:31 -06:00
Add prettier config, format codebase
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
text-align: left !important;
|
||||
font-weight: 300;
|
||||
line-height: 1.2;
|
||||
color: #A7EF9E;
|
||||
color: #a7ef9e;
|
||||
max-width: 30ch;
|
||||
margin-bottom: 2rem;
|
||||
text-shadow:
|
||||
@@ -62,9 +62,7 @@
|
||||
|
||||
.landing-button {
|
||||
position: relative;
|
||||
background: linear-gradient(135deg,
|
||||
rgb(30, 160, 63),
|
||||
rgba(24, 47, 255, 0.6));
|
||||
background: linear-gradient(135deg, rgb(30, 160, 63), rgba(24, 47, 255, 0.6));
|
||||
background-size: 200% 200%;
|
||||
font-weight: 600;
|
||||
font-size: 1.1rem;
|
||||
@@ -129,10 +127,7 @@
|
||||
left: -100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg,
|
||||
transparent,
|
||||
rgba(255, 255, 255, 0.4),
|
||||
transparent);
|
||||
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
|
||||
transition: left 0.6s ease;
|
||||
z-index: 1;
|
||||
}
|
||||
@@ -141,12 +136,14 @@
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: -2px;
|
||||
background: linear-gradient(45deg,
|
||||
transparent,
|
||||
rgba(255, 255, 255, 0.1),
|
||||
transparent,
|
||||
rgba(255, 255, 255, 0.1),
|
||||
transparent);
|
||||
background: linear-gradient(
|
||||
45deg,
|
||||
transparent,
|
||||
rgba(255, 255, 255, 0.1),
|
||||
transparent,
|
||||
rgba(255, 255, 255, 0.1),
|
||||
transparent
|
||||
);
|
||||
background-size: 200% 200%;
|
||||
border-radius: 50px;
|
||||
z-index: -1;
|
||||
@@ -316,7 +313,7 @@
|
||||
justify-content: center;
|
||||
gap: 2.4rem;
|
||||
max-width: 40%;
|
||||
margin-left: .6rem;
|
||||
margin-left: 0.6rem;
|
||||
}
|
||||
|
||||
.hero-cards-row {
|
||||
@@ -535,7 +532,7 @@
|
||||
transform: translateY(0) scale(1) rotate(-5deg);
|
||||
}
|
||||
|
||||
.landing-wrapper>div[style*="position: absolute"][style*="width: 100vw"][style*="height: 100vh"] {
|
||||
.landing-wrapper > div[style*='position: absolute'][style*='width: 100vw'][style*='height: 100vh'] {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
@@ -657,7 +654,7 @@
|
||||
transform: translateY(0) scale(1) rotate(-5deg);
|
||||
}
|
||||
|
||||
.landing-wrapper>div[style*="position: absolute"][style*="width: 100vw"][style*="height: 100vh"] {
|
||||
.landing-wrapper > div[style*='position: absolute'][style*='width: 100vw'][style*='height: 100vh'] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
@@ -804,7 +801,7 @@
|
||||
transform: translateY(0) scale(1) rotate(-5deg);
|
||||
}
|
||||
|
||||
.landing-wrapper>div[style*="position: absolute"][style*="width: 100vw"][style*="height: 100vh"] {
|
||||
.landing-wrapper > div[style*='position: absolute'][style*='width: 100vw'][style*='height: 100vh'] {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
@@ -894,4 +891,4 @@
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user