Page 1 of 1

[Tip] Increase nuBuilder's font size

Posted: Thu May 12, 2022 5:31 pm
by admin
To increase nuBuilder's font size add this css under Setup-> Style:
(Add other classes, modify the font sizes as you like)

font_size.png
font_size.png (18.72 KiB) Viewed 449 times

Code: Select all

.label {
    font-size: 18px;
}


.nuButton {
    font-size: 18px;
}

.nuActionButton  {
   font-size: 16px;
}

.nuSection {
    font-size: 18px;
}

.nuBody {
    font-size: 18px;
}


.nuTab {
    font-size: 18px;
}

.js {
    font-size: 18px;
}

.sql {
    font-size: 18px;
}

.html {
    font-size: 18px;
}

textarea.css {
    font-size: 18px;
}

.nuNotBreadcrumb {
   font-size: 18px!important;
}

.nuBreadcrumb {
   font-size: 18px!important;
}

input {
   font-size: 16px;
}