dishplanner/frontend-old/app/styles/base/globals.css

19 lines
303 B
CSS
Raw Normal View History

2025-10-13 14:57:11 +02:00
html, body {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.toggle-input:checked {
background-color: #22c55e; /* bg-green-500 */
}
.toggle-input:checked ~ span:last-child {
--tw-translate-x: 1.75rem; /* translate-x-7 */
}