Ag Grid anpassungen
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
/* Core Data Grid CSS */
|
||||
@import "ag-grid-community/styles/ag-grid.css";
|
||||
// @import "ag-grid-community/styles/ag-grid.css";
|
||||
/* Quartz Theme Specific CSS */
|
||||
@import 'ag-grid-community/styles/ag-theme-quartz.css';
|
||||
// @import 'ag-grid-community/styles/ag-theme-quartz.css';
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@@ -46,11 +46,11 @@ html, body {
|
||||
padding: 4px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 6px;
|
||||
background-size: 20px;
|
||||
background-size: 16px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
transition: box-shadow 0.1s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user