CSS fix for Azure platform flag (#330)
* CSS fix for Azure platform flag * update default flag
This commit is contained in:
parent
814088f788
commit
52fdde2e7f
1 changed files with 7 additions and 1 deletions
|
@ -533,6 +533,7 @@ main.home {
|
||||||
|
|
||||||
.aws-platform,
|
.aws-platform,
|
||||||
.onprem-platform,
|
.onprem-platform,
|
||||||
|
.azure-platform,
|
||||||
.gcp-platform {
|
.gcp-platform {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -547,7 +548,6 @@ main.home {
|
||||||
.aws-platform,
|
.aws-platform,
|
||||||
.aws-platform .platform-flag {
|
.aws-platform .platform-flag {
|
||||||
background-color: #ff9900;
|
background-color: #ff9900;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.onprem-platform,
|
.onprem-platform,
|
||||||
|
@ -560,6 +560,12 @@ main.home {
|
||||||
background-color: #4285f4;
|
background-color: #4285f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.azure-platform,
|
||||||
|
.azure-platform .platform-flag {
|
||||||
|
background-color: #f35426;
|
||||||
|
}
|
||||||
|
|
||||||
.platform-flag {
|
.platform-flag {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 98px;
|
top: 98px;
|
||||||
|
|
Loading…
Reference in a new issue