align left issues popovers
parent
cd9f693f81
commit
dc31a883d0
|
@ -8,7 +8,8 @@
|
|||
$arrow-top: '',
|
||||
$arrow-left: '',
|
||||
$arrow-bottom: '',
|
||||
$arrow-height: 15px
|
||||
$arrow-height: 15px,
|
||||
$align: 'center'
|
||||
) {
|
||||
@include font-type(light);
|
||||
@include font-size(small);
|
||||
|
@ -25,7 +26,7 @@
|
|||
top: #{$top};
|
||||
width: $width;
|
||||
z-index: 99;
|
||||
text-align: center;
|
||||
text-align: $align;
|
||||
a {
|
||||
@include font-size(small);
|
||||
border-bottom: 1px solid $grayer;
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
position: relative;
|
||||
transition: background .2s ease-in;
|
||||
.pop-type {
|
||||
@include popover(150px, '', 30px, '', '');
|
||||
@include popover(150px, 30px, 30px, '', '', 0, '', '', '', 15px, 'left');
|
||||
}
|
||||
}
|
||||
.severity-data {
|
||||
|
@ -95,7 +95,7 @@
|
|||
position: relative;
|
||||
transition: background .2s ease-in;
|
||||
.pop-severity {
|
||||
@include popover(150px, '', 30px, '', '');
|
||||
@include popover(150px, 30px, 30px, '', '', 0, '', '', '', 15px, 'left');
|
||||
}
|
||||
}
|
||||
.priority-data {
|
||||
|
@ -106,7 +106,7 @@
|
|||
position: relative;
|
||||
transition: background .2s ease-in;
|
||||
.pop-priority {
|
||||
@include popover(150px, '', 30px, '', '');
|
||||
@include popover(150px, 30px, 30px, '', '', 0, '', '', '', 15px, 'left');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue