mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
13 lines
240 B
CSS
13 lines
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;
|
||
|
}
|
||
|
}
|