Abstract Out Inline CSS for Account Views
[pharos-tools.git] / dashboard / src / static / css / detail_view.css
1 .detail_card {
2         border: 2px;
3         border-color: black;
4         border-radius: 5px;
5         margin: 5px;
6         box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
7 }
8
9 .detail_btn_group {
10         margin: 3px;
11         padding: 3px;
12         padding-bottom: 5px;
13 }