aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/ListQuery.css
blob: 36d942892a980dda29d43a8ceb6b7c3371fada23 (plain) (blame)
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
header {
    display: flex;
    flex-direction: row;
}

label {
    font-size: 14px;
    font-weight: bold !important;
    padding-right: 12px;
}

.filterissue-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
}

.bt-new-issue {
    background-color: #2ea44fd9;
    border: 1px solid;
    border-color: #1b1f2326;
    border-radius: 6px;
    padding: 6px 12px;

    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none;

    transition: all 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

.bt-new-issue:hover {
    background-color: #2ea44f;
    border-color: #1b1f2326;
}