Compare commits
No commits in common. "2dbbd3a9570242ad06e7bb11db2f4b6c742ed0d7" and "fe10ecf476bde27831d927ba42a04e585513ecad" have entirely different histories.
2dbbd3a957
...
fe10ecf476
@ -1,7 +0,0 @@
|
||||
import { atom } from 'recoil'
|
||||
|
||||
export const roofsState = atom({
|
||||
key: 'roofs',
|
||||
default: null,
|
||||
dangerouslyAllowMutability: true,
|
||||
})
|
||||
@ -24,10 +24,6 @@
|
||||
.ag-header-cell{
|
||||
font-size: 13px;
|
||||
color: #fff;
|
||||
border-right: 1px solid #738596;
|
||||
&:last-child{
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.ag-header-cell-label{
|
||||
justify-content: center;
|
||||
|
||||
@ -383,7 +383,7 @@ button{
|
||||
}
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
width: 2px;
|
||||
background-color: transparent;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user