Line 662: |
Line 662: |
| | | |
| --grey-light-1: #F9F9F9; | | --grey-light-1: #F9F9F9; |
| + | |
| + | --powerautomate-primary-color: #356CDA; |
| } | | } |
| | | |
Line 822: |
Line 824: |
| min-width: 300px; | | min-width: 300px; |
| } | | } |
− | .pw-infobox-title { | + | |
| + | .pw-infobox .pw-infobox-title { |
| padding: 1em; | | padding: 1em; |
| font-size: 1.5em; | | font-size: 1.5em; |
Line 832: |
Line 835: |
| } | | } |
| | | |
− | .pw-infobox-content { | + | .pw-infobox.PowerAutomate .pw-infobox-title { |
| + | background-color: var(--powerautomate-primary-color); |
| + | } |
| + | |
| + | .pw-infobox .pw-infobox-content { |
| padding: 1em; | | padding: 1em; |
| } | | } |
| | | |
− | .pw-infobox-image { | + | .pw-infobox .pw-infobox-content .pw-infobox-image { |
| text-align: center; | | text-align: center; |
| } | | } |
| | | |
− | .pw-infobox table { | + | .pw-infobox .pw-infobox-content table { |
| margin: inherate; | | margin: inherate; |
| } | | } |
| | | |
− | .pw-infobox table, .pw-infobox td, .pw-infobox th{ | + | .pw-infobox .pw-infobox-content table, |
| + | .pw-infobox .pw-infobox-content td, |
| + | .pw-infobox .pw-infobox-content th{ |
| border: 0 !important; | | border: 0 !important; |
| } | | } |
| | | |
− | .pw-infobox tr:nth-child(odd) { | + | .pw-infobox .pw-infobox-content tr:nth-child(odd) { |
| background-color: transparent; | | background-color: transparent; |
| } | | } |
| | | |
− | .pw-infobox th { | + | .pw-infobox .pw-infobox-content th { |
| text-align: left; | | text-align: left; |
| vertical-align: top; | | vertical-align: top; |
Line 859: |
Line 868: |
| color: var(--primary-color); | | color: var(--primary-color); |
| } | | } |
− | .pw-infobox td { | + | |
| + | .pw-infobox.PowerAutomate .pw-infobox-content th { |
| + | color: var(--powerautomate-primary-color); |
| + | } |
| + | |
| + | .pw-infobox .pw-infobox-content td { |
| vertical-align: top; | | vertical-align: top; |
| } | | } |