.pageHeaderContainer {
@include screen-lg {
.pageHeader .layoutBoundary {
- background-color: rgb(44, 62, 80);
+ background-color: rgb(50, 92, 132);
height: 50px;
- padding: 0 10px 0 0;
+ padding: 0;
}
.pageHeaderLogo {
- background-color: rgb(52, 73, 94);
+ background-color: rgb(58, 109, 156);
flex: 0 0 $wcfAcpMenuWidth;
height: 50px;
margin: 0;
order: 1;
position: relative;
+ &:last-child {
+ flex: 1 1 auto;
+ }
+
.pageHeaderLogoLarge {
display: none;
}
.userPanel {
flex: 1 1 auto;
+ margin-right: 20px;
order: 4;
}
}
}
.acpPageMenu {
- background-color: rgb(44, 62, 80);
+ background-color: rgb(50, 92, 132);
flex: 0 0 $wcfAcpMenuWidth;
text-align: center;
overflow: hidden;
.acpPageMenuLink {
- color: rgb(192, 192, 192);
+ //background-color: rgb(43, 79, 113);
+ color: rgba(255, 255, 255, .7);
display: block;
padding: 20px 10px;
+ &:hover {
+ //background-color: rgb(36, 66, 95);
+ background-color: rgb(43, 79, 113);
+ color: rgba(255, 255, 255, 1);
+ }
+
&.active {
- background-color: rgb(34, 49, 63);
- color: rgb(255, 255, 255);
+ background-color: rgb(36, 66, 95);
+ color: rgba(255, 255, 255, 1);
> .icon {
transform: scale(1);
}
.acpPageSubMenu {
- background-color: rgb(34, 49, 63);
+ background-color: rgb(36, 66, 95);
flex: 0 0 auto;
}
padding-left: 20px;
> span {
- color: rgb(169, 169, 169);
+ color: rgba(255, 255, 255, .5);
display: block;
padding: 5px 20px;
text-transform: uppercase;
.acpPageSubMenuLink.active,
.acpPageSubMenuLink.active ~ .acpPageSubMenuIcon,
.acpPageSubMenuIcon.active {
- background-color: rgb(255, 255, 255) !important;
+ background-color: rgb(250, 250, 250) !important;
color: rgb(44, 62, 80) !important;
}
}
}
}
-.pageFooter {
- box-shadow: 0 0 10px rgba(0, 0, 0, .6);
+.pageFooterCopyright {
+ background-color: rgb(58, 109, 156);
}
.codemirrorToolbar {