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