Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
phazonoverload committed Oct 20, 2023
1 parent fa505c7 commit 09dc01d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions pages/leapweek.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<h3>{{ resource.title }}</h3>
</a>
</li>
<li v-for="index in 11 - resources.length" :key="index" class="ghost">
<div>To be announced...</div>
</li>
<li v-for="index in 11 - resources.length" :key="index" class="ghost">
<div>To be announced...</div>
</li>
</ol>
</div>
</div>
Expand Down Expand Up @@ -118,10 +118,10 @@ body.leap .theme-provider {
}
#lw-container {
flex: 1;
background-image: url('https://leap-week-1.directus.app/assets/b201c57c-b96a-4208-9b9e-034b8e0a21b3.svg');
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
background-image: url('https://leap-week-1.directus.app/assets/b201c57c-b96a-4208-9b9e-034b8e0a21b3.svg');
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
}
}
</style>
Expand All @@ -134,7 +134,7 @@ body.leap .theme-provider {
margin-top: 4em;
margin-bottom: 4em;
& img {
width: 100%;
width: 100%;
max-width: 500px;
margin: 0 auto;
}
Expand All @@ -148,12 +148,12 @@ iframe#video {
width: 100%;
aspect-ratio: 16 / 9;
border-radius: var(--rounded-lg);
border: 0.75em solid rgba(112, 89, 190, 0.5);
border: 0.75em solid rgba(112, 89, 190, 0.5);
}
iframe#chat {
border-radius: var(--rounded-lg);
height: 495px;
width: 288px;
width: 288px;
}
#resources {
Expand Down Expand Up @@ -184,7 +184,7 @@ iframe#chat {
flex-direction: column;
background: var(--gray-100);
border-radius: var(--rounded-lg);
--resource-width: 400px;
--resource-width: 400px;
padding: 0.75em;
&.new {
animation: fadeIn 1s;
Expand All @@ -206,17 +206,17 @@ iframe#chat {
&:last-child {
margin-right: 0;
}
&.ghost {
display: flex;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.2);
> div {
width: var(--resource-width);
text-align: center;
color: rgba(255,255,255,0.5);
}
}
&.ghost {
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.2);
> div {
width: var(--resource-width);
text-align: center;
color: rgba(255, 255, 255, 0.5);
}
}
}
}
}
Expand Down

0 comments on commit 09dc01d

Please sign in to comment.