logmower-frontend/src/assets/main.css

20 lines
283 B
CSS

div#app {
width: 100%;
height: 100vh;
}
.screenshots-drawer {
position: fixed;
display: flex;
flex-direction: column;
}
.ag-theme-material {
--ag-value-change-value-highlight-background-color: #f9ff99;
}
.ag-popup-child .ag-filter {
width: 300px;
height: 390px;
}