Add talent decoding and spiffing up icon frames

This commit is contained in:
Melvin Valster
2019-07-22 21:16:55 +02:00
parent 2f99089377
commit 9d91bc32fb
18 changed files with 269 additions and 82 deletions
+13 -2
View File
@@ -1,5 +1,6 @@
body {
background-color: #111;
font-family: Verdana;
}
.calculator {
@@ -19,6 +20,7 @@ body {
min-width: 300px;
color: white;
margin-right: 1em;
background-color: #111;
&:last-child {
margin-right: 0;
@@ -26,6 +28,11 @@ body {
&__header {
text-align: center;
h3 {
margin-top: .75em;
margin-bottom: .75em;
}
}
&__body {
@@ -40,10 +47,14 @@ body {
.class-picker {
display: flex;
justify-content: center;
list-style: none;
margin-top: 2em;
margin-bottom: 2em;
&__class {
margin-right: 2em;
margin-right: 1em;
opacity: .8;
transition: all .1s ease-out;
&:hover {
opacity: 1;
@@ -57,7 +68,7 @@ body {
opacity: .4;
&:hover {
opacity: .6;
opacity: .5;
}
}
}