Optimize performance
This commit is contained in:
parent
e4cd3284b7
commit
b8ef90c100
31 changed files with 319 additions and 206 deletions
|
|
@ -114,9 +114,8 @@ body {
|
|||
}
|
||||
|
||||
.player-tag {
|
||||
transform: translateX(-50%) translateY(-50%) rotate(-15deg);
|
||||
transition: left 150ms, top 150ms;
|
||||
border-radius: 1000px;
|
||||
transition: transform 200ms;
|
||||
|
||||
&.decla {
|
||||
color: $bright-decla;
|
||||
|
|
@ -163,8 +162,6 @@ body {
|
|||
|
||||
.ownership {
|
||||
font-size: 0;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
|
||||
box-shadow: inset 0 0 3px 0px rgba(0, 0, 0, 0.2);
|
||||
|
||||
@include square(50px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue