change(ui) - fetch styling
This commit is contained in:
parent
de30157467
commit
2bb9a4c322
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import { NoContent } from 'UI'
|
|||
import stl from './headers.css'
|
||||
|
||||
function Headers(props) {
|
||||
console.log('props', props);
|
||||
return (
|
||||
<div>
|
||||
<NoContent
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
.row {
|
||||
display: flex;
|
||||
padding: 5px 0px;
|
||||
padding-left: 20px;
|
||||
font-size: 13px;
|
||||
/* padding-left: 20px; */
|
||||
&:hover {
|
||||
background-color: $active-blue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue