Add /playground and initial tooltips

This commit is contained in:
Melvin Valster
2019-07-24 21:52:38 +02:00
parent 94a0a97fbf
commit 36742ea22e
14 changed files with 260 additions and 32 deletions
+29 -3
View File
@@ -1,10 +1,33 @@
@import "sass/config";
body {
color: white;
background-color: #111;
font-family: Verdana;
}
a {
text-decoration: none;
color: pink;
&:hover {
color: lighten(pink, 50%);
}
}
.container {
max-width: 900px;
margin: 0 auto;
}
.inline-items {
display: flex;
& > * {
margin-right: 1em;
}
}
.calculator {
&__points {
color: white;
@@ -48,10 +71,13 @@ body {
.class-picker {
display: flex;
justify-content: center;
list-style: none;
margin-top: 2em;
margin-bottom: 2em;
padding: 0;
margin: 2em 0;
&--center {
justify-content: center;
}
&__class {
margin-right: 1em;