mrowww (#1244)
This commit is contained in:
@@ -62,12 +62,12 @@
|
|||||||
.switcher-card.card-tss .switcher-pfp {
|
.switcher-card.card-tss .switcher-pfp {
|
||||||
margin-right: -1px;
|
margin-right: -1px;
|
||||||
border-radius: 14px 0 0 14px;
|
border-radius: 14px 0 0 14px;
|
||||||
box-shadow: 0 0 0 1px rgba(255,157,0,0.35), 0 0 18px -4px rgba(255,157,0,0.45);
|
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);
|
||||||
}
|
}
|
||||||
.switcher-card.card-sre .switcher-pfp {
|
.switcher-card.card-sre .switcher-pfp {
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
border-radius: 0 14px 14px 0;
|
border-radius: 0 14px 14px 0;
|
||||||
box-shadow: 0 0 0 1px rgba(144,238,144,0.35), 0 0 18px -4px rgba(144,238,144,0.45);
|
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);
|
||||||
}
|
}
|
||||||
.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05); }
|
.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05); }
|
||||||
.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05); }
|
.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05); }
|
||||||
|
|||||||
Reference in New Issue
Block a user