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

50 lines
989 B
Plaintext

.at-Popover {
margin-top: 2px;
padding: 0 0 0 @at-space-3x;
line-height: @at-line-height-short;
}
.at-Popover-icon {
.at-mixin-ButtonIcon();
font-size: @at-font-size-3x;
padding: 0;
margin: 0;
}
.at-Popover-container {
visibility: hidden;
opacity: 0;
color: @at-white;
background-color: @at-gray-dark-4x;
max-width: @at-popover-width;
padding: @at-space-4x;
height: auto;
position: fixed;
z-index: 2000;
margin: 0 0 0 @at-space-6x;
border-radius: @at-border-radius;
box-shadow: 0 5px 10px rgba(0,0,0, 0.2);
transition: opacity .15s linear;
font-weight: @at-font-weight
}
.at-Popover-arrow {
color: @at-gray-dark-4x;
position: fixed;
z-index: 1999;
padding: 0;
margin: -@at-space 0 0 0;
}
.at-Popover-title {
.at-mixin-Heading(@at-font-size-2x);
color: @at-white;
margin-bottom: @at-space-3x;
}
.at-Popover-text {
margin: 0;
padding: 0;
line-height: 1;
}