This commit is contained in:
NotSoToothless
2026-05-14 16:48:31 -07:00
committed by GitHub
parent 615e275402
commit dc09ca1f0f
+7 -7
View File
@@ -47,30 +47,30 @@
.switcher-card.card-tss .switcher-card-inner { flex-direction: row; padding: 10px 0 10px 26px; } .switcher-card.card-tss .switcher-card-inner { flex-direction: row; padding: 10px 0 10px 26px; }
.switcher-card.card-sre .switcher-card-inner { flex-direction: row-reverse; padding: 10px 26px 10px 0; } .switcher-card.card-sre .switcher-card-inner { flex-direction: row-reverse; padding: 10px 26px 10px 0; }
.switcher-card:hover .switcher-card-inner { background: rgba(255,255,255,0.04); } .switcher-card:hover .switcher-card-inner { background: rgba(255,255,255,0.04); }
.switcher-card.card-tss:hover { filter: drop-shadow(0 0 14px rgba(255,157,0,0.18)); }
.switcher-card.card-sre:hover { filter: drop-shadow(0 0 14px rgba(144,238,144,0.18)); }
.switcher-card:hover { z-index: 1; }
.switcher-pfp { .switcher-pfp {
flex: 0 0 auto; flex: 0 0 auto;
width: 56px; width: 56px;
height: 56px; height: 56px;
border-radius: 14px; border-radius: 14px;
border: 1px solid transparent;
object-fit: cover; object-fit: cover;
transition: transform 320ms cubic-bezier(.2,.9,.25,1), box-shadow 320ms ease; transition: transform 320ms cubic-bezier(.2,.9,.25,1), box-shadow 320ms ease;
} }
.switcher-card.card-tss .switcher-pfp { .switcher-card.card-tss .switcher-pfp {
margin-right: -1px; margin-right: -1px;
border-color: rgba(255,157,0,0.35);
border-right: 0;
border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px;
box-shadow: -1px 0 0 0 rgba(255,157,0,0.35), 0 -1px 0 0 rgba(255,157,0,0.35), 0 1px 0 0 rgba(255,157,0,0.35), 0 0 18px -4px rgba(255,157,0,0.45); box-shadow: 0 0 18px -4px rgba(255,157,0,0.45);
} }
.switcher-card.card-sre .switcher-pfp { .switcher-card.card-sre .switcher-pfp {
margin-left: -1px; margin-left: -1px;
border-color: rgba(144,238,144,0.35);
border-left: 0;
border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0;
box-shadow: 1px 0 0 0 rgba(144,238,144,0.35), 0 -1px 0 0 rgba(144,238,144,0.35), 0 1px 0 0 rgba(144,238,144,0.35), 0 0 18px -4px rgba(144,238,144,0.45); box-shadow: 0 0 18px -4px rgba(144,238,144,0.45);
} }
.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05); }
.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05); }
.switcher-text { .switcher-text {
flex: 1 1 auto; flex: 1 1 auto;