mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-25 09:21:48 -05:00
add bottom border to org tabs
This commit is contained in:
25
src/app.scss
25
src/app.scss
@@ -217,7 +217,7 @@
|
||||
|
||||
.pf-c-card__close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
top: 5px;
|
||||
right: 4px;
|
||||
color: var(--pf-c-button--m-plain--Color);
|
||||
|
||||
@@ -317,34 +317,15 @@
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.orgTabsContainer{
|
||||
.awx-orgTabs-container{
|
||||
display: flex
|
||||
}
|
||||
|
||||
.orgTabsSection{
|
||||
.awx-orgTabs_bottom-border{
|
||||
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;
|
||||
|
||||
.pf-m-danger {
|
||||
margin-top: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// AlertModal styles
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user