remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 12:32:51 -06:00
parent 65fe248494
commit d830985faf
2 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
.sub-header-shadow {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.10) inset, -1px -1px 0.5px rgba(17, 40, 19, 0.1) inset;
}
.gradient-mask {
-webkit-mask-image: linear-gradient(180deg,#000 60%,transparent); mask-image: linear-gradient(180deg,#000 60%,transparent)
}
}
/* -------------------- BASE STYLING -------------------- */

View File

@ -46,8 +46,8 @@
<div class="px-4 py-4 shadow-inset-t-white-10">
<h2 class="label text-black">Banner</h2>
<div class="flex flex-col md:flex-row gap-3">
<!-- Avatar -->
<img loading="lazy" src="{{v.profile_url}}" class="flex-shrink-0 w-48 h-20 rounded object-cover">
<!-- Banner -->
<img loading="lazy" src="{{v.banner_url}}" class="flex-shrink-0 w-48 h-20 rounded object-cover">
<!-- Form -->
<div>
<div class="flex space-x-3">