Trying to fix the styling
This commit is contained in:
parent
2171698901
commit
ce98e393bc
2 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
import './App.css';
|
||||
import {Button} from 'react-bootstrap';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import './styles/roots.scss';
|
||||
import data from './roots.json'
|
||||
|
||||
function App() {
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
.roots {
|
||||
$btn-border-radius: 25px;
|
||||
}
|
||||
$btn-border-radius: 25px;
|
||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
Loading…
Reference in a new issue