summaryrefslogtreecommitdiffstats
path: root/webapp/plugins/jira/components/style.scss
blob: 46dd5842755d023fad27ca633652f3ffff46dd18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@charset 'UTF-8';

@import 'compass/utilities';
@import 'compass/css3';

.jirabots__dropdown {
    position: relative;

    &:before {
        border-color: #999 transparent transparent;
        border-style: solid;
        border-width: 5px 5px 2.5px;
        content: '';
        height: 0;
        pointer-events: none;
        position: absolute;
        right: 11px;
        top: 15px;
        width: 0;
    }
}

.jirabot__image {
    @include border-radius(20px);
    display: block;
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    margin-right: 7px;
    margin-top: 3px;
    text-align: center;
    width: 16px;

    .jirabot--align {
        display: inline-block;
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.jirabot__fullname {
    @include opacity(.5);
}