Files
react-gantt/demos/custom/UbloadButton.css
Marta Kowalska 87a05884a8 v2.5.2
2026-01-28 14:26:58 +00:00

15 lines
302 B
CSS

.button {
font-size: 14px;
line-height: 20px;
font-weight: 600;
padding: 5px 16px;
border: 1px solid transparent;
border-radius: 3px;
background-color: #f2f2f7;
color: #2c2f3c;
}
:global(.wx-willow-dark-theme .button) {
background-color: #384047;
color: rgba(255, 255, 255, 0.9);
}