change(ui) - fetch styling

This commit is contained in:
Shekar Siri 2021-10-02 00:29:55 +05:30
parent de30157467
commit 2bb9a4c322
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,6 @@ import { NoContent } from 'UI'
import stl from './headers.css'
function Headers(props) {
console.log('props', props);
return (
<div>
<NoContent

View file

@ -1,7 +1,8 @@
.row {
display: flex;
padding: 5px 0px;
padding-left: 20px;
font-size: 13px;
/* padding-left: 20px; */
&:hover {
background-color: $active-blue;
}