You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
584 B
CSS

2 years ago
.detailed-box {
display: flex;
font-size: 1.1rem;
color: #8B8CA0;
margin-bottom: 1.5rem;
}
.detailed-title {
font-size: 1.15rem;
color: #8B8CA0;
text-align: right;
width: 100px;
}
.detailed-label {
padding-left: 7px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
}
.detailed-content-box {
width: 230px;
text-align: left;
padding-left: 20px;
padding-right: 3px;
padding-top: 4px;
padding-bottom: 3px;
word-break: break-word;
}
.detailed-content {
}
.detailed-br {
margin-bottom: 40px;
}