aboutsummaryrefslogtreecommitdiffstats
path: root/moon_dashboard/moon/static/moon/scss/moon.scss
blob: 20bf6c4195901c6cd5b002c4442f8902a98329c5 (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
46
47
48
49
50
51
52
53
54
.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

summary{
    outline:none;
    margin-bottom: 10px;
}

details {
    cursor: default;
}

.filter {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.categories td {
    width: 33%;
}

.width-200 {
    width: 200px; 
}

.height-200 {
    height: 200px;
}

.border {
    border: 1px #DDD solid;
}

.padding-10 {
    padding: 10px;
}

.scroll {
    overflow-y: auto;
}

.mt-5 {
    margin-top: 5px;
}

.input-file {
    display: none !important;
}