CSS fix for Azure platform flag
This commit is contained in:
parent
814088f788
commit
a922e0574a
2 changed files with 8 additions and 2 deletions
|
@ -66,7 +66,7 @@ spec:
|
|||
- name: AD_SERVICE_ADDR
|
||||
value: "adservice:9555"
|
||||
- name: ENV_PLATFORM
|
||||
value: "gcp"
|
||||
value: "azure"
|
||||
# - name: DISABLE_TRACING
|
||||
# value: "1"
|
||||
# - name: DISABLE_PROFILER
|
||||
|
|
|
@ -533,6 +533,7 @@ main.home {
|
|||
|
||||
.aws-platform,
|
||||
.onprem-platform,
|
||||
.azure-platform,
|
||||
.gcp-platform {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -547,7 +548,6 @@ main.home {
|
|||
.aws-platform,
|
||||
.aws-platform .platform-flag {
|
||||
background-color: #ff9900;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.onprem-platform,
|
||||
|
@ -560,6 +560,12 @@ main.home {
|
|||
background-color: #4285f4;
|
||||
}
|
||||
|
||||
|
||||
.azure-platform,
|
||||
.azure-platform .platform-flag {
|
||||
background-color: #f35426;
|
||||
}
|
||||
|
||||
.platform-flag {
|
||||
position: absolute;
|
||||
top: 98px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue