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