|
|
@ -565,36 +565,41 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.account__header__fields { |
|
|
|
.account__header__fields { |
|
|
|
border-collapse: collapse; |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
margin: 15px -15px -15px; |
|
|
|
margin: 15px -15px -15px; |
|
|
|
border: 0 none; |
|
|
|
border: 0 none; |
|
|
|
border-top: 1px solid lighten($ui-base-color, 4%); |
|
|
|
border-top: 1px solid lighten($ui-base-color, 4%); |
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%); |
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%); |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
line-height: 20px; |
|
|
|
|
|
|
|
|
|
|
|
th, |
|
|
|
dl { |
|
|
|
td { |
|
|
|
display: flex; |
|
|
|
padding: 15px; |
|
|
|
|
|
|
|
padding-left: 15px; |
|
|
|
|
|
|
|
border: 0 none; |
|
|
|
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%); |
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%); |
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
th { |
|
|
|
dt, |
|
|
|
padding-left: 15px; |
|
|
|
dd { |
|
|
|
font-weight: 500; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
padding: 14px; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
width: 94px; |
|
|
|
max-height: 48px; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dt { |
|
|
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
|
|
width: 120px; |
|
|
|
|
|
|
|
flex: 0 0 auto; |
|
|
|
color: $secondary-text-color; |
|
|
|
color: $secondary-text-color; |
|
|
|
background: rgba(darken($ui-base-color, 8%), 0.5); |
|
|
|
background: rgba(darken($ui-base-color, 8%), 0.5); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
td { |
|
|
|
dd { |
|
|
|
|
|
|
|
flex: 1 1 auto; |
|
|
|
color: $darker-text-color; |
|
|
|
color: $darker-text-color; |
|
|
|
text-align: center; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
padding-left: 0; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
a { |
|
|
|
a { |
|
|
@ -608,12 +613,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
tr { |
|
|
|
dl:last-child { |
|
|
|
&:last-child { |
|
|
|
border-bottom: 0; |
|
|
|
th, |
|
|
|
|
|
|
|
td { |
|
|
|
|
|
|
|
border-bottom: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|