fix bubble arrow nose
This commit is contained in:
parent
102bd2b39e
commit
2986fc42ae
1 changed files with 1 additions and 6 deletions
|
@ -2953,16 +2953,11 @@ footer {
|
||||||
width: 11px;
|
width: 11px;
|
||||||
height: 11px;
|
height: 11px;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid hsl(240,4%,95%);
|
border: 1px solid hsl(240,4%,66%);
|
||||||
box-shadow: 0 0 1px rgba(0,0,0,.06) inset;
|
box-shadow: 0 0 1px rgba(0,0,0,.06) inset;
|
||||||
transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-add.is-internal .bubble-arrow:after {
|
|
||||||
background: #f2def2;
|
|
||||||
border: #eed3d7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customer.ticket-article-item .bubble-arrow {
|
.customer.ticket-article-item .bubble-arrow {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: -6px;
|
right: -6px;
|
||||||
|
|
Loading…
Reference in a new issue