logmower-frontend/src/assets/main.css

31 lines
426 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;
}
.app-title {
font-family: 'Montserrat';
}
.vc-container {
font-family: 'Roboto' !important;
}
:root {
--vs-font-size: 1em!important;
}