Add normalize.css and fix some basic styling
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.calculator {
|
||||
&__points {
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.index__class-picker {
|
||||
margin: 2em 0;
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
import './Calculator.scss'
|
||||
import React from 'react'
|
||||
import { Map } from 'immutable'
|
||||
import { TalentTree } from './TalentTree'
|
||||
|
||||
Reference in New Issue
Block a user