diff --git a/src/styles/roots.scss b/src/styles/roots.scss new file mode 100644 index 0000000..a596e96 --- /dev/null +++ b/src/styles/roots.scss @@ -0,0 +1,5 @@ +@import "../node_modules/bootstrap/scss/bootstrap"; + +.roots { + $btn-border-radius: 25px; +} \ No newline at end of file