mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Update organization tab styles
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
--pf-global--link--Color: #484848;
|
--pf-global--link--Color: #484848;
|
||||||
--pf-global--link--Color--hover: #484848;
|
--pf-global--link--Color--hover: #484848;
|
||||||
--pf-global--link--TextDecoration--hover: none;
|
--pf-global--link--TextDecoration--hover: none;
|
||||||
|
--pf-global--FontWeight--normal: 700;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
border-bottom: 1px solid var(--pf-c-tabs__item--BorderColor);
|
border-bottom: 1px solid var(--pf-c-tabs__item--BorderColor);
|
||||||
@@ -52,6 +53,10 @@
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pf-c-tabs__button.pf-m-current {
|
||||||
|
color: var(--pf-c-tabs__item--m-current--Color);
|
||||||
|
}
|
||||||
|
|
||||||
.pf-c-tabs__button.pf-m-current::after {
|
.pf-c-tabs__button.pf-m-current::after {
|
||||||
content: '';
|
content: '';
|
||||||
border-bottom: 3px solid var(--pf-c-tabs__item--m-current--Color);
|
border-bottom: 3px solid var(--pf-c-tabs__item--m-current--Color);
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ const detailWrapperStyle = {
|
|||||||
|
|
||||||
const detailLabelStyle = {
|
const detailLabelStyle = {
|
||||||
fontWeight: '700',
|
fontWeight: '700',
|
||||||
lineHeight: '30px',
|
lineHeight: '24px',
|
||||||
marginRight: '20px',
|
marginRight: '20px',
|
||||||
minWidth: '150px',
|
minWidth: '150px',
|
||||||
textAlign: 'right'
|
textAlign: 'right'
|
||||||
|
|||||||
Reference in New Issue
Block a user