Clean up: remove unnecessary header icons, keep only help and user menu
This commit is contained in:
@@ -111,19 +111,6 @@
|
|||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-badge {
|
|
||||||
position: absolute;
|
|
||||||
top: 4px;
|
|
||||||
right: 4px;
|
|
||||||
background-color: var(--pf-global--danger-color--100);
|
|
||||||
color: white;
|
|
||||||
font-size: 10px;
|
|
||||||
font-weight: 600;
|
|
||||||
padding: 2px 6px;
|
|
||||||
border-radius: 10px;
|
|
||||||
min-width: 16px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-dropdown {
|
.user-dropdown {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1214,16 +1201,6 @@
|
|||||||
<a href="#" class="openshift-logo">ORU Analyzer</a>
|
<a href="#" class="openshift-logo">ORU Analyzer</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="openshift-header-right">
|
<div class="openshift-header-right">
|
||||||
<div class="header-icon">
|
|
||||||
<i class="fas fa-th"></i>
|
|
||||||
</div>
|
|
||||||
<div class="header-icon" style="position: relative;">
|
|
||||||
<i class="fas fa-bell"></i>
|
|
||||||
<span class="notification-badge">46</span>
|
|
||||||
</div>
|
|
||||||
<div class="header-icon">
|
|
||||||
<i class="fas fa-plus"></i>
|
|
||||||
</div>
|
|
||||||
<div class="header-icon">
|
<div class="header-icon">
|
||||||
<i class="fas fa-question-circle"></i>
|
<i class="fas fa-question-circle"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user