Removing opther styles

This commit is contained in:
CHIEFSOFT\ameye
2024-12-05 10:50:48 -05:00
parent f023f1d77c
commit ccdb2e1aab
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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';