Files
awx/awx/ui/client/lib/components/panel/_index.less

67 lines
1.2 KiB
Plaintext

.at-Panel {
margin: @at-margin-panel 0 0 0;
padding: @at-padding-panel;
border-color: @at-color-panel-border;
}
.at-Panel-heading {
margin-bottom: 20px;
padding: 0;
}
.at-Panel-headingRow {
display: flex;
align-items: center;
justify-content: space-between;
}
.at-Panel-dismiss {
.at-mixin-ButtonIcon();
color: @at-color-icon-dismiss;
text-align: right;
}
.at-Panel-body {
margin: 0;
padding: 0;
}
.at-Panel-headingTitle {
.at-mixin-Heading(@at-font-size-panel-heading);
text-transform: none;
}
.at-Panel-headingTitleBadge {
font-size: 11px;
font-weight: normal;
padding: 2px 10px;
line-height: 10px;
background-color: #848992;
border-radius: 5px;
display: inline-block;
min-width: 10px;
color: #fff;
vertical-align: middle;
white-space: nowrap;
text-align: center;
margin-left: 10px;
margin-right: auto;
}
.at-Panel-headingCustomContent {
display: flex;
flex: 1;
}
.at-Panel-label {
text-transform: uppercase;
color: @default-interface-txt;
font-size: 12px;
font-weight: normal!important;
width: 30%;
@media screen and (max-width: @breakpoint-md) {
flex: 2.5 0 auto;
}
}