mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Update organization tab styles
This commit is contained in:
parent
241f8a8ac8
commit
df30a2e8d1
@ -10,6 +10,7 @@
|
||||
--pf-global--link--Color: #484848;
|
||||
--pf-global--link--Color--hover: #484848;
|
||||
--pf-global--link--TextDecoration--hover: none;
|
||||
--pf-global--FontWeight--normal: 700;
|
||||
|
||||
&:before {
|
||||
border-bottom: 1px solid var(--pf-c-tabs__item--BorderColor);
|
||||
@ -52,6 +53,10 @@
|
||||
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 {
|
||||
content: '';
|
||||
border-bottom: 3px solid var(--pf-c-tabs__item--m-current--Color);
|
||||
|
||||
@ -17,7 +17,7 @@ const detailWrapperStyle = {
|
||||
|
||||
const detailLabelStyle = {
|
||||
fontWeight: '700',
|
||||
lineHeight: '30px',
|
||||
lineHeight: '24px',
|
||||
marginRight: '20px',
|
||||
minWidth: '150px',
|
||||
textAlign: 'right'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user