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.
30 lines
665 B
30 lines
665 B
.profile {
|
|
background-color: #CHANGEME !important;
|
|
}
|
|
.applications, .content {
|
|
background-color: #CHANGEME !important;
|
|
}
|
|
.profile__title, .profile__name {
|
|
color: #CHANGEME !important;
|
|
}
|
|
.profile__picture {
|
|
border: 2px solid #CHANGEME !important;
|
|
}
|
|
.mask {
|
|
background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0% !important;
|
|
}
|
|
|
|
.off-canvas__nav {
|
|
background-color: #CHANGEME !important;
|
|
color: #CHANGEME !important;
|
|
}
|
|
.off-canvas-list li ul {
|
|
background-color: #CHANGEME !important;
|
|
}
|
|
|
|
/* reduce the one access logo in case the customer logo is too big */
|
|
@media screen and (max-width:767px) {
|
|
.header__logo-oa {
|
|
height: 20px !important;
|
|
}
|
|
}
|
|
|