unclean SPARC

This commit is contained in:
STEINNI
2025-08-27 07:03:09 +00:00
commit f308460931
430 changed files with 54426 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
<style>
.welcome-guides > header {
background: url('/app/assets/images/cards/eic_purple_banner.png');
background-position: top;
background-size: contain !important;
background-repeat: no-repeat;
background-color: #5336a3;
border-bottom: 4px solid white !important;
}
.welcome-guides .list {
display: grid;
grid-gap: var(--eicui-base-spacing-m);
grid-template-columns: repeat(auto-fill, 240px);
}
.welcome-guides .list section{
text-align: center;
}
.welcome-guides .list img{
height: 130px;
}
</style>
<article eiccard media class="welcome-guides">
<header>
<h1>Welcome guides</h1>
</header>
<section class="guides">
<div class="list">
</div>
</section>
</article>