mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
18 lines
237 B
SCSS
18 lines
237 B
SCSS
.at-c-tabs {
|
|
padding: 0 5px !important;
|
|
margin: 0 -10px !important;
|
|
|
|
.at-c-tabs__tab {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.at-c-tabs__tab.at-m-selected {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.at-c-orgPane {
|
|
a {
|
|
display: block;
|
|
}
|
|
} |