Removing opther styles
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
background: $hexcolor; /* The Fallback */
|
background: $hexcolor; /* The Fallback */
|
||||||
background: rgba($hexcolor, $opacity) !important;
|
background: rgba($hexcolor, $opacity) !important;
|
||||||
}
|
}
|
||||||
@mixin multi-hex-rgba($hexcolor1, $hexcolor1, $opacity) {
|
@mixin multi-hex-rgba($hexcolor1, $hexcolor2, $opacity) {
|
||||||
background: $hexcolor1; /* The Fallback */
|
background: $hexcolor1; /* The Fallback */
|
||||||
background: rgba($hexcolor1,$hexcolor2, $opacity) !important;
|
background: rgba($hexcolor1,$hexcolor2, $opacity) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-3
@@ -1,11 +1,11 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ReactDOM from 'react-dom/client';
|
import ReactDOM from 'react-dom/client';
|
||||||
import './index.css';
|
//import './index.css';
|
||||||
import App from './App';
|
import App from './App';
|
||||||
import { BrowserRouter } from 'react-router-dom';
|
import { BrowserRouter } from 'react-router-dom';
|
||||||
//import reportWebVitals from './reportWebVitals';
|
//import reportWebVitals from './reportWebVitals';
|
||||||
import 'bootstrap/dist/css/bootstrap.css';
|
// import 'bootstrap/dist/css/bootstrap.css';
|
||||||
import './custom.scss';
|
// import './custom.scss';
|
||||||
import './css/style.scss';
|
import './css/style.scss';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user