Line 664: |
Line 664: |
| | | |
| --powerautomate-primary-color: #356CDA; | | --powerautomate-primary-color: #356CDA; |
| + | --powervirtualagent-primary-color: #356CDA; |
| + | --powerbi-primary-color: #356CDA; |
| } | | } |
| | | |
| | | |
− | /* Styling headers */ | + | /******* Styling headers *******/ |
| h1, h2, h3, h4, h5, h6 { | | h1, h2, h3, h4, h5, h6 { |
| color: var(--primary-color); | | color: var(--primary-color); |
Line 689: |
Line 691: |
| } | | } |
| | | |
− | /* Styling links */ | + | /******* Styling links *******/ |
| a:not(.image), a:not(.image):visited { | | a:not(.image), a:not(.image):visited { |
| color: black !important; | | color: black !important; |
Line 707: |
Line 709: |
| } | | } |
| | | |
− | /* Tables */ | + | /******* Tables *******/ |
| table { | | table { |
| margin: 2em 0; | | margin: 2em 0; |
Line 725: |
Line 727: |
| } | | } |
| | | |
− | /* PW Boxes */ | + | /******* PW Boxes *******/ |
| #bodyContent .pw-box{ | | #bodyContent .pw-box{ |
| margin: 1em 0; | | margin: 1em 0; |
Line 814: |
Line 816: |
| } | | } |
| | | |
− | /* Infobox */ | + | /******* Infobox *******/ |
| .pw-infobox { | | .pw-infobox { |
| background-color: var(--grey-light-1); | | background-color: var(--grey-light-1); |
Line 833: |
Line 835: |
| background-color: var(--primary-color); | | background-color: var(--primary-color); |
| color: white; | | color: white; |
− | }
| |
− |
| |
− | .pw-infobox.PowerAutomate .pw-infobox-title {
| |
− | background-color: var(--powerautomate-primary-color);
| |
| } | | } |
| | | |
Line 867: |
Line 865: |
| background-color: transparent; | | background-color: transparent; |
| color: var(--primary-color); | | color: var(--primary-color); |
| + | } |
| + | |
| + | .pw-infobox .pw-infobox-content td { |
| + | vertical-align: top; |
| + | } |
| + | |
| + | /** Power Automate **/ |
| + | .pw-infobox.PowerAutomate .pw-infobox-title { |
| + | background-color: var(--powerautomate-primary-color); |
| } | | } |
| | | |
Line 873: |
Line 880: |
| } | | } |
| | | |
− | .pw-infobox .pw-infobox-content td { | + | /** Power Virtual Agent **/ |
− | vertical-align: top; | + | .pw-infobox.PowerVirtualAgent .pw-infobox-title { |
| + | background-color: var(--powervirtualagent-primary-color); |
| + | } |
| + | |
| + | .pw-infobox.PowerVirtualAgent .pw-infobox-content th { |
| + | color: var(--powervirtualagent-primary-color); |
| + | } |
| + | |
| + | /** Power BI **/ |
| + | .pw-infobox.PowerBI .pw-infobox-title { |
| + | background-color: var(--powerbi-primary-color); |
| + | } |
| + | |
| + | .pw-infobox.PowerBI .pw-infobox-content th { |
| + | color: var(--powerbie-primary-color); |
| } | | } |
| | | |
− | /*Delete lines between menu entries in top horizontal menu*/ | + | /******* Delete lines between menu entries in top horizontal menu *******/ |
| .vector-menu-tabs, .vector-menu-tabs a{ | | .vector-menu-tabs, .vector-menu-tabs a{ |
| background:none; | | background:none; |
| } | | } |