2018-04-29 10:24:15 -04:00
|
|
|
.account__header .account__header__fields {
|
2018-01-13 13:41:20 -05:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
overflow: hidden;
|
2018-04-29 10:24:15 -04:00
|
|
|
margin: 20px -10px -20px;
|
|
|
|
border-bottom: 0;
|
2018-01-13 13:41:20 -05:00
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-09 16:11:59 -04:00
|
|
|
dl {
|
2018-01-13 13:41:20 -05:00
|
|
|
border-top: 1px solid lighten($ui-base-color, 8%);
|
2018-05-09 16:11:59 -04:00
|
|
|
display: flex;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-05-09 16:11:59 -04:00
|
|
|
dt,
|
|
|
|
dd {
|
|
|
|
box-sizing: border-box;
|
2018-01-13 13:41:20 -05:00
|
|
|
padding: 14px 20px;
|
2018-05-09 16:11:59 -04:00
|
|
|
text-align: center;
|
|
|
|
max-height: 48px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-05-09 16:11:59 -04:00
|
|
|
dt {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $darker-text-color;
|
2018-01-13 13:41:20 -05:00
|
|
|
background: lighten($ui-base-color, 13%);
|
2018-05-09 16:11:59 -04:00
|
|
|
width: 120px;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
font-weight: 500;
|
2018-01-13 13:41:20 -05:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: $primary-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-09 16:11:59 -04:00
|
|
|
dd {
|
|
|
|
flex: 1 1 auto;
|
2018-01-13 13:41:20 -05:00
|
|
|
color: $primary-text-color;
|
|
|
|
background: $ui-base-color;
|
|
|
|
|
|
|
|
a {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $highlight-text-color;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|