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

17 lines
No EOL
314 B
CSS

.toolbarTool {
width: 50px !important;
height: 50px !important;
font-size: large;
display: flex;
justify-content: center;
align-items: center;
}
@media (pointer: fine) {
.toolbarTool {
width: 40px !important;
height: 40px !important;
font-size: medium;
}
}