Newer
Older
.quiqqer-menu-megaMenu-children-iconsDesc {
display: flex;
flex-direction: row;
width: 100%;
}
/* ul */
.quiqqer-menu-megaMenu-children-iconsDesc-list {
display: flex;
flex-wrap: wrap;
width: 100%;
}
/* li's */
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
float: left;
font-size: 14px;
font-weight: bold;
list-style-type: none;
padding: 20px;
width: 33.3333%;
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry:hover {
background: rgba(0, 0, 0, 0.1);
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry li {
list-style-type: none;
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry-short {
clear: both;
float: left;
font-size: 12px;
font-weight: normal;
margin: 10px 0 0;
width: 100%;
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry-short li {
float: left;
margin-bottom: 7px;
width: 100%;
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry-short-link .quiqqer-icon {
float: left;
font-size: 20px;
line-height: 30px;
width: 40px;
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry-short-link img {
float: left;
padding-right: 10px;
width: 40px;
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry-short-link-title {
float: left;
width: calc(100% - 40px);
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-entry-short-link-title-description {
clear: both;
padding: 5px 0;
}
.quiqqer-menu-megaMenu-children-iconsDesc-list-short-text {
/*color: rgba(0, 0, 0, 0.4);*/
opacity: 0.7;