Add normalize.css and fix some basic styling

This commit is contained in:
Melvin Valster
2019-07-27 00:04:46 +02:00
parent 12702d7592
commit 4bb325cd9a
6 changed files with 386 additions and 31 deletions
+10
View File
@@ -0,0 +1,10 @@
.calculator {
&__points {
color: white;
text-align: center;
}
}
.index__class-picker {
margin: 2em 0;
}
+1
View File
@@ -1,3 +1,4 @@
import './Calculator.scss'
import React from 'react'
import { Map } from 'immutable'
import { TalentTree } from './TalentTree'