mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-07 16:41:48 -05:00
add bottom border to tabs
This commit is contained in:
20
src/app.scss
20
src/app.scss
@@ -317,6 +317,24 @@
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.orgTabsContainer{
|
||||
display: flex
|
||||
}
|
||||
|
||||
.orgTabsSection{
|
||||
flex-grow: 1;
|
||||
border-bottom: 1px solid #d2d2d2
|
||||
}
|
||||
|
||||
.OrgsTab-closeButton {
|
||||
color: black;
|
||||
float: right;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
margin: 0 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.awx-c-form-action-group {
|
||||
float: right;
|
||||
display: block;
|
||||
@@ -398,3 +416,5 @@
|
||||
.pf-m-error p.pf-c-form__helper-text {
|
||||
color: var(--pf-global--danger-color--100);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user