36 lines
642 B
SCSS
36 lines
642 B
SCSS
.detail-view-box {
|
|
width: 70%;
|
|
h3{
|
|
padding: 20px 0 20px 5px;
|
|
// padding: 5px;
|
|
// height: 60px;
|
|
// span{
|
|
// font-size: 0.7em;
|
|
// color: #757575;
|
|
// }
|
|
}
|
|
.key-value {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
li {
|
|
padding: 8px 14px;
|
|
border-bottom: 1px solid #d8dae2;
|
|
position: relative;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
.meta-value {
|
|
font-weight: 100;
|
|
position: relative;
|
|
width: 70%;
|
|
left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.tab-border-bottom .ui-widget-header {
|
|
border: 0 !important;
|
|
} |