Skip to content

Commit faed2a0

Browse files
committed
change landing screen whn no location added
1 parent 985f2e4 commit faed2a0

File tree

2 files changed

+84
-14
lines changed

2 files changed

+84
-14
lines changed

resources/style/content.scss

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ video {
466466
#content-placeholder {
467467
max-width: 480px;
468468
margin: 10% auto auto auto;
469+
margin-top: 5%;
469470
text-align: center;
470471

471472
.divider {
@@ -474,6 +475,45 @@ video {
474475
border-bottom: 1px solid var(--text-color-muted);
475476
margin: 1rem auto;
476477
}
478+
479+
.flower {
480+
width: 7rem;
481+
height: 7rem;
482+
animation-name: spin;
483+
animation-duration: 30000ms;
484+
animation-iteration-count: infinite;
485+
animation-timing-function: linear;
486+
}
487+
488+
.landing-text {
489+
margin: auto;
490+
font-size: 19px;
491+
max-width: 300px;
492+
text-align: left;
493+
}
494+
495+
.button-container {
496+
display: flex;
497+
justify-content: center;
498+
color: var(--text-color);
499+
500+
.figma_video-button {
501+
display: inline-flex;
502+
padding: 10px var(--Section-Margin, 24px);
503+
504+
justify-content: center;
505+
align-items: center;
506+
gap: var(--Element-Spacing, 8px);
507+
border-radius: 32px;
508+
border: 1px solid var(--Colors-Grey-400, #bcc3c8);
509+
box-shadow: 0px 0px 4px 2px rgba(22, 22, 22, 0.057),
510+
0px -1px 2px 2px rgba(22, 22, 22, 0.08) inset,
511+
0px 1px 2px 2px rgba(255, 255, 255, 0.12) inset;
512+
513+
cursor: pointer;
514+
font-weight: 500;
515+
}
516+
}
477517
}
478518

479519
.masonry {

0 commit comments

Comments
 (0)