summaryrefslogtreecommitdiff
path: root/Server.Client/Pages/Component/AboutDialog.razor.css
blob: cbc4b598eb76ecff5f18d01dc8f59205c869d23c (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
p#title {
    margin-bottom: 0;
}

p#author {
    font-size: 8pt;
}

p#progress {
    flex:         1 0 auto;
    font-size:    8pt;
    margin-right: 10px;
}

div#license {
    background:    #222;
    border-radius: 10px;
    box-sizing:    border-box;
    font-family:   'Lucida Console';
    font-size:     8pt;
    max-height:    300px;
    overflow-y:    auto;
    padding:       20px;
}

div#progressContainer {
    align-items: center;
    display:     flex;
}