astute/AstuteClient2/src/app/sales-order/sales-order.component.css
Akash Shah 3554518563
Added Astute Client Files
In the AstuteClient2 folder
2018-08-15 14:33:03 -04:00

15 lines
220 B
CSS

.cell {
height: 100%;
width: 100%;
background-color: white;
border-radius: 0px;
border-width: 0px;
/*margin: 0px;*/
/*padding: 0;*/
/*overflow-x: auto;*/
}
.cell:focus {
outline: none;
}