mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
17 lines
No EOL
314 B
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;
|
|
}
|
|
} |