You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
770 B
36 lines
770 B
2 years ago
|
//@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;
|
||
|
}
|