app/src/commons/component/zone-detail.component.scss

32 lines
568 B
SCSS
Raw Normal View History

2018-09-12 02:31:46 +00:00
.detail-view-box {
width: 70%;
h3{
padding: 20px 0 20px 5px;
// padding: 5px;
// height: 60px;
}
.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;
}