1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00
Files
php-e107/e107_plugins/_blank/css/blank.css

30 lines
638 B
CSS

/* e_sitelink */
/* this class name is auto-generated from the plugin name and function name e_sitelink */
.-blank-megamenu { position: static !important; }
.mega-dropdown-menu {
padding: 20px 15px 15px;
text-align: center;
width: 100%;
}
.-blank-megamenu .nav-list { border-bottom: 0 solid #eee; }
.-blank-megamenu .nav-list > li {
padding: 20px 15px 15px;
}
.-blank-megamenu .nav-list > li:last-child { border-right: 0 solid #eee; }
.-blank-megamenu .nav-list > li > a:hover { text-decoration: none; }
.-blank-megamenu .nav-list > li > a > span {
display: block;
font-weight: bold;
text-transform: uppercase;
}