mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
fix to tabs -- padding around and left most border
This commit is contained in:
@@ -181,6 +181,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pf-c-card__header {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// pf empty state overrides
|
// pf empty state overrides
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -35,6 +35,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pf-c-tabs__item:first-child .pf-c-tabs__button:before {
|
||||||
|
border-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.pf-c-tabs__item:not(.pf-m-current):hover
|
.pf-c-tabs__item:not(.pf-m-current):hover
|
||||||
.pf-c-tabs__button::after {
|
.pf-c-tabs__button::after {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user