//@format /* Main ---------------------------------------- */ /* Main -> Admin tabs */ ul.page-tabs { border-bottom: 2px solid var(--upei-red); margin-top: 1rem; } .page-tabs li a { background: #dddddd; color: var(--upei-red); border-right: 2px solid #fff; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .page-tabs li.active-page-tab a, .page-tabs li a:hover { background: var(--upei-red); color: #fff; } /* Main -> Filter Module */ .filter-wrapper { border: 1px solid var(--border); } /* Node Submitted Details */ .submitted-icons { color: var(--primary); } .node-taxonomy-container .term-title::before { font-family: 'ficon'; content: '\e902'; color: var(--primary); padding-right: 6px; }