icon changes

This commit is contained in:
ntr
2019-06-09 16:33:47 +10:00
parent cb1cdc362f
commit 240d05206a
9 changed files with 114 additions and 71 deletions
+2 -16
View File
@@ -312,20 +312,6 @@
border: 2px solid #222;
}
.equip .highlight {
animation: equip-bg 1s infinite ease-in-out alternate;
}
@keyframes equip-bg {
0% {
background-color: black;
}
100% {
background-color: #181818;
}
}
.equip .skills button {
color: whitesmoke;
font-size: 1em;
@@ -347,7 +333,7 @@
height: 2px;
transform-origin: center;
background-color: whitesmoke;
animation: equipping-skill 1s infinite linear alternate;
animation: equipping-skill 2s infinite ease alternate;
opacity: 0;
}
@@ -360,7 +346,7 @@
height: 2px;
transform-origin: center;
background-color: whitesmoke;
animation: equipping-skill 1s infinite linear alternate;
animation: equipping-skill 2s infinite ease alternate;
opacity: 0;
animation-delay: 0.75s
}
+1 -1
View File
@@ -494,7 +494,7 @@ figure.gray {
.stats svg, .specs svg {
height: 2em;
stroke-width: 5px;
stroke-width: 7px;
fill: none;
}
+2 -2
View File
@@ -1,7 +1,7 @@
@media (max-width: 800px) {
#mnml {
font-size: 10pt;
padding: 0;
padding: 1em 0 0 0;
grid-template-columns: 1fr;
grid-template-rows: 1fr min-content;
grid-template-areas:
@@ -26,7 +26,7 @@
}
#mnml.nav-visible nav {
padding-left: 0;
padding: 0.5em;
margin: 0;
display: block;
grid-area: main;