[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 additions and 0 deletions
@@ -0,0 +1,37 @@
#wrapwrap .s_compact_menu {
overflow: hidden;
.container-fluid .menu-container {
overflow: hidden;
> div {
&.s_compact_menu_row_title {
h4 {
font-size: 20px;
}
.fa {
margin: 20px 0px;
}
}
> .row {
min-height: 150px;
height: auto;
border-left: 3px solid gray('200');
> .menublock {
margin: 0 0 0 20px;
padding: 0 20px 0 0;
border-bottom: 1px solid gray('200');
float: left;
h4 {
font-weight: bold;
}
span {
list-style: none;
}
}
}
}
}
}