mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
Adding whitelabel colors for AclInformation
This commit is contained in:
parent
d0f6f1571d
commit
1f7addb886
@ -251,3 +251,7 @@ $sluice--button-color: $sluice--nav-fg-prim-color;
|
||||
.client--sluice .ascribe-progress-bar > .progress-bar {
|
||||
background-color: $sluice--button-color;
|
||||
}
|
||||
|
||||
.client--sluice .acl-information-dropdown-list .title {
|
||||
color: $sluice--button-color;
|
||||
}
|
@ -204,3 +204,7 @@ $cc--button-color: $cc--nav-fg-prim-color;
|
||||
.client--cc .ascribe-progress-bar > .progress-bar {
|
||||
background-color: $cc--button-color;
|
||||
}
|
||||
|
||||
.client--cc .acl-information-dropdown-list .title {
|
||||
color: $cc--button-color;
|
||||
}
|
@ -179,3 +179,7 @@ $cyland--button-color: $cyland--nav-fg-prim-color;
|
||||
.client--cyland .ascribe-progress-bar > .progress-bar {
|
||||
background-color: $cyland--button-color;
|
||||
}
|
||||
|
||||
.client--cyland .acl-information-dropdown-list .title {
|
||||
color: $cyland--button-color;
|
||||
}
|
@ -521,3 +521,7 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
||||
.client--ikonotv .ascribe-progress-bar > .progress-bar {
|
||||
background-color: $ikono--button-color;
|
||||
}
|
||||
|
||||
.client--ikonotv .acl-information-dropdown-list .title {
|
||||
color: $ikono--button-color;
|
||||
}
|
Loading…
Reference in New Issue
Block a user