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

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