Bläddra i källkod

Closes #1922

tags/v0.11.0
kckckc 2 år sedan
förälder
incheckning
cb9fe8e464
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/client/ui/templates/spells/styles.less

+ 1
- 1
src/client/ui/templates/spells/styles.less Visa fil

@@ -7,7 +7,6 @@
right: 10px; right: 10px;
top: 10px; top: 10px;
height: (@btnSize + @pad); height: (@btnSize + @pad);
box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black;


.spell { .spell {
width: @btnSize; width: @btnSize;
@@ -21,6 +20,7 @@
border: 5px solid fade(#3a3b4a, 90%); border: 5px solid fade(#3a3b4a, 90%);
transition-property: filter; transition-property: filter;
transition-duration: 0.1s; transition-duration: 0.1s;
box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black;


&:first-child { &:first-child {
margin-left: 0px; margin-left: 0px;


Laddar…
Avbryt
Spara