summaryrefslogtreecommitdiff
path: root/Pages/Component/AboutDialog.razor.css
blob: 0a523a43eaed5248bc4dd86f6015bdf082330afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
p#title {
    margin-bottom: 0;
}

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

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;
}