app/src/commons/component/service-detail.component.scss
2018-09-12 11:31:46 +09:00

52 lines
1022 B
SCSS

.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;
}
// .key-value {
// list-style-type: none;
// margin: 28px 0 0 0;
// padding: 0;
// box-sizing: border-box;
// width: 500px;
// li {
// padding: 8px 14px;
// border-bottom: 1px solid #d8dae2;
// position: relative;
// font-weight: bold;
// width: 180px;
// .meta-value {
// font-weight: 100;
// position: absolute;
// width: 300px;
// right: 40px;
// }
// }
// }