1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/components/generic/toolbar/tool.module.css

13 lines
No EOL
240 B
CSS

.toolbarTool {
width: 50px !important;
height: 50px !important;
font-size: large;
}
@media (pointer: fine) {
.toolbarTool {
width: 40px !important;
height: 40px !important;
font-size: medium;
}
}