No edit summary |
No edit summary |
||
Line 68: | Line 68: | ||
display: none !important; | display: none !important; | ||
} | } | ||
} | |||
.offcanvas-right { | |||
position: fixed; | |||
top: 0; | |||
right: -250px; | |||
width: 250px; | |||
height: 100%; | |||
background-color: #333; | |||
overflow-y: auto; | |||
transition: right 0.3s; | |||
} | |||
.offcanvas-right.show { | |||
right: 0; | |||
} | } |
Revision as of 23:11, 16 October 2023
.custom-header {
border-radius: 4px;
border: 1px solid #E3E8EE;
background-color: #112B3C; /* Updated background color */
height: 68px;
width:100%;
}
.p-logo {
margin-left: 25px;
}
#p-personal .p-personal-tools, .p-personal .p-personal-tools {
text-align: center !important;
margin-left: 100px;
}
#p-personal .p-personal-tools a, .p-personal .p-personal-tools a {
color: white !important;
}
#pt-userdashboard,
#pt-pageassignments {
display: none;
}
.search-bar {
margin-right: 20px;
}
.row {
margin-right: 0 !important;
margin-left: 0 !important;
}
.searchbar-autocomplete-results {
top: 70px !important;
}
.custom-footer-bg {
background-color: #111827;
height: 100%;
}
#user-info {
visibility: hidden;
}
#user-info.ready {
visibility: visible;
}
body.page-Main_Page .firstHeading {
display: none;
}
@import url('https://fonts.googleapis.com/css?family=Outfit');
body {
font-family: 'Outfit', sans-serif;
}
/* Hide search bar on mobile screens */
@media (max-width: 767px) {
.search-bar {
display: none !important;
}
}
.offcanvas-right {
position: fixed;
top: 0;
right: -250px;
width: 250px;
height: 100%;
background-color: #333;
overflow-y: auto;
transition: right 0.3s;
}
.offcanvas-right.show {
right: 0;
}
This page was edited more than 8 months ago on 05/18/2024. What links here