summaryrefslogtreecommitdiffstats
path: root/dashboard/src/static/css/detail_view.css
blob: b0e271df5d7a8b71a6feb9a47a37bce44a7543f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.detail_card {
        border: 2px;
        border-color: black;
        border-radius: 5px;
        margin: 5px;
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.detail_btn_group {
        margin: 3px;
        padding: 3px;
        padding-bottom: 5px;
}