erp-platform/ui/src/index.css

84 lines
1.7 KiB
CSS
Raw Normal View History

2025-05-06 06:45:49 +00:00
@import './assets/styles/app.css';
2025-09-29 14:54:43 +00:00
body {
font-size: 14px; /* bodyye font-size uygulanmaz */
}
.big-button {
font-size: 16px !important;
}
2025-09-23 19:52:08 +00:00
.dx-field-item {
padding-top: 5px !important;
}
.dx-toolbar .dx-toolbar-item.no-default {
all: unset; /* tüm default style'ları sıfırla */
display: block; /* tekrar görünür yap */
}
2025-05-06 06:45:49 +00:00
/* React Modal prevent bg scroll */
.dialog-open {
overflow: hidden;
}
div.dialog-after-open > div.dialog-content {
overflow-y: auto !important;
max-height: 90vh;
}
/* Maximized dialog specific styles */
div.dialog-after-open > div.dialog-content.maximized {
max-height: 100vh !important;
height: 100vh !important;
margin: 0 !important;
border-radius: 0 !important;
}
.dialog.maximized {
max-width: 100vw !important;
width: 100vw !important;
height: 100vh !important;
margin: 0 !important;
}
2025-05-06 06:45:49 +00:00
/* React Modal prevent bg scroll */
/* Window Controls Styles */
.window-controls {
top: 12px;
}
.window-controls .close-btn {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 4px;
transition: all 0.2s ease;
color: #666;
font-size: 14px;
}
.window-controls .close-btn:hover {
background-color: rgba(0, 0, 0, 0.1);
color: #333;
}
.window-controls .close-btn:last-child:hover {
background-color: #e74c3c;
color: white;
}
/* Maximized dialog styles */
.dialog-content.maximized {
border-radius: 0 !important;
max-height: 100vh !important;
}
/* Window Controls Styles */
2025-05-06 06:45:49 +00:00
/* React Pivot Vert Headers cok uzun olmaması icin */
.dx-pivotgrid tbody.dx-pivotgrid-vertical-headers > tr > td {
min-width: fit-content !important;
}
/* React Pivot Vert Headers cok uzun olmaması icin */