bro (#1241)
This commit is contained in:
@@ -60,11 +60,13 @@
|
||||
transition: transform 320ms cubic-bezier(.2,.9,.25,1), box-shadow 320ms ease;
|
||||
}
|
||||
.switcher-card.card-tss .switcher-pfp {
|
||||
border-radius: 14px 4px 4px 14px;
|
||||
margin-right: -1px;
|
||||
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);
|
||||
}
|
||||
.switcher-card.card-sre .switcher-pfp {
|
||||
border-radius: 4px 14px 14px 4px;
|
||||
margin-left: -1px;
|
||||
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);
|
||||
}
|
||||
.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05); }
|
||||
|
||||
Reference in New Issue
Block a user