Logic Machine Forum
Mosaic Beta: font size - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Mosaic Beta: font size (/showthread.php?tid=3664)



Mosaic Beta: font size - Domoticatorino - 05.11.2021

Hi,
is there a way to modify font size of menu icon? Thanks.

Thanks.

BR


RE: Mosaic Beta: font size - CristianAgata - 06.11.2021

(05.11.2021, 10:10)Domoticatorino Wrote: Hi,
is there a way to modify font size of menu icon? Thanks.

Thanks.

BR

Have you tried with CSS in theme and setting?


RE: Mosaic Beta: font size - admin - 08.11.2021

If you mean the left top icon (≡) then you can increase the size like this:
Code:
.panels_left .panel-close span {
  line-height: 55px;
  vertical-align: middle;
}
.panels_left .panel-close .icon-menu {
  font-size: 32px;
}



RE: Mosaic Beta: font size - Domoticatorino - 09.11.2021

(08.11.2021, 08:07)admin Wrote: If you mean the left top icon (≡) then you can increase the size like this:
Code:
.panels_left .panel-close span {
  line-height: 55px;
  vertical-align: middle;
}
.panels_left .panel-close .icon-menu {
  font-size: 32px;
}

Thank you Admin for your reply.

I mean the font size of icon room listed in every floor page.

Thanks.


RE: Mosaic Beta: font size - admin - 10.11.2021

Next time please post a screenshot so it's easier to understand what you want to change.
For room links use this:
Code:
.room-link {
  font-size: 24px !important;
}



RE: Mosaic Beta: font size - Domoticatorino - 17.11.2021

(10.11.2021, 07:07)admin Wrote: Next time please post a screenshot so it's easier to understand what you want to change.
For room links use this:
Code:
.room-link {
  font-size: 24px !important;
}


Hi admin you're right!!

Great as always.
BR