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

17 lines
314 B
CSS
Raw Normal View History

2022-06-11 03:08:49 +00:00
.toolbarTool {
width: 50px !important;
height: 50px !important;
font-size: large;
2022-07-18 03:13:50 +00:00
display: flex;
justify-content: center;
align-items: center;
2022-06-11 03:08:49 +00:00
}
@media (pointer: fine) {
.toolbarTool {
width: 40px !important;
height: 40px !important;
font-size: medium;
}
}