mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(mvc) put menu style in, should move to theme later on
This commit is contained in:
parent
08c1abe268
commit
bf021c59e0
@ -18,6 +18,15 @@
|
||||
<!-- include (theme) style -->
|
||||
<link href="/ui/themes/{{ui_theme|default('opnsense')}}/build/css/main.css" media="screen, projection" rel="stylesheet">
|
||||
|
||||
<!-- TODO: move to theme style -->
|
||||
<style>
|
||||
.menu-level-3-item {
|
||||
font-size: 90%;
|
||||
padding-left: 54px !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link href="/ui/themes/{{ui_theme|default('opnsense')}}/build/images/favicon.png" rel="shortcut icon">
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user