purring (#1239)
This commit is contained in:
@@ -44,8 +44,8 @@
|
|||||||
gap: 12px;
|
gap: 12px;
|
||||||
transition: background-color 200ms ease;
|
transition: background-color 200ms ease;
|
||||||
}
|
}
|
||||||
.switcher-card.card-tss .switcher-card-inner { flex-direction: row; padding: 10px 4px 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 4px; }
|
.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-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.card-sre:hover { filter: drop-shadow(0 0 14px rgba(144,238,144,0.18)); }
|
||||||
@@ -64,8 +64,8 @@
|
|||||||
.switcher-card.card-sre .switcher-pfp {
|
.switcher-card.card-sre .switcher-pfp {
|
||||||
box-shadow: 0 0 0 1px rgba(144,238,144,0.35), 0 0 18px -4px rgba(144,238,144,0.45);
|
box-shadow: 0 0 0 1px rgba(144,238,144,0.35), 0 0 18px -4px rgba(144,238,144,0.45);
|
||||||
}
|
}
|
||||||
.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05) rotate(-2deg); }
|
.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05); }
|
||||||
.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05) rotate(2deg); }
|
.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05); }
|
||||||
|
|
||||||
.switcher-text {
|
.switcher-text {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user