49 lines
857 B
SCSS
49 lines
857 B
SCSS
.owner_detail_modal {
|
|
padding: 0 20px;
|
|
h5 {
|
|
padding-bottom: 20px;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
border-bottom: 1px solid #e6e9f4;
|
|
margin: 0;
|
|
}
|
|
|
|
tbody {
|
|
tr {
|
|
color: #131523;
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #e6e9f4;
|
|
display: flex;
|
|
align-items: center;
|
|
th {
|
|
height: 50px;
|
|
font-weight: 600;
|
|
padding: 1.0625rem 0.5rem;
|
|
width: 140px;
|
|
display: block;
|
|
}
|
|
td {
|
|
border-left: 1px solid #e6e9f4;
|
|
padding: 1.25rem 1rem;
|
|
width: 493px;
|
|
display: block;
|
|
}
|
|
}
|
|
&:last-child {
|
|
td {
|
|
display: flex;
|
|
gap: 10px;
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
gap: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
margin-top: 30px;
|
|
}
|
|
}
|