scss fixes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.local
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
|||||||
1364
package-lock.json
generated
1364
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,11 @@
|
|||||||
.mobile-show {
|
.mobile-show {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
border: transparent;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
@import "../helper/variables";
|
@import "../helper/variables";
|
||||||
|
|
||||||
%button-style {
|
%button-style {
|
||||||
border-radius: 12px;
|
|
||||||
border: transparent;
|
border: transparent;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: $indigoOne;
|
color: $indigoOne;
|
||||||
|
|||||||
@@ -1,17 +1,3 @@
|
|||||||
@keyframes sideToSide {
|
|
||||||
from {
|
|
||||||
transform: rotate(-1deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
50% {
|
|
||||||
transform: rotate(1deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
to {
|
|
||||||
transform: rotate(-1deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes fade-in {
|
@keyframes fade-in {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
padding: 8px 2rem;
|
padding: 8px 2rem;
|
||||||
width: 75vw;
|
width: 75vw;
|
||||||
|
|
||||||
|
border: transparent;
|
||||||
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: 0.5s transform ease;
|
transition: 0.5s transform ease;
|
||||||
|
|
||||||
@@ -22,10 +24,17 @@
|
|||||||
.am-section-mini {
|
.am-section-mini {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
align-items: baseline;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
> * {
|
||||||
|
margin: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -38,7 +47,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 80%;
|
width: 95%;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
|
|
||||||
@@ -57,7 +66,7 @@
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: 0.5s transform ease;
|
transition: 0.5s transform ease;
|
||||||
|
|
||||||
width: 35%;
|
width: 40%;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
background-color: $indigoOne;
|
background-color: $indigoOne;
|
||||||
color: $lilac;
|
color: $lilac;
|
||||||
|
|
||||||
animation: sideToSide 10s infinite;
|
// animation: sideToSide 10s infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
#welcome-info {
|
#welcome-info {
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 0.6rem;
|
padding: 0.6rem;
|
||||||
animation: sideToSide 15s infinite;
|
// animation: sideToSide 15s infinite;
|
||||||
|
|
||||||
background-color: $indigoOne;
|
background-color: $indigoOne;
|
||||||
color: $lilac;
|
color: $lilac;
|
||||||
|
|||||||
Reference in New Issue
Block a user