2019-11-22 16:54:21 +08:00
|
|
|
@import "./mixins/mixins.scss";
|
|
|
|
|
|
|
|
@include themes-mixin {
|
|
|
|
@include b(thing) {
|
2019-11-26 18:16:50 +08:00
|
|
|
@include once {
|
2019-11-22 16:54:21 +08:00
|
|
|
display: flex;
|
2019-12-22 15:50:37 +08:00
|
|
|
transition: color .3s $--n-ease-in-out-cubic-bezier;
|
2019-11-26 18:16:50 +08:00
|
|
|
font-size: 14px;
|
|
|
|
@include b(thing-avatar) {
|
2019-11-26 18:54:29 +08:00
|
|
|
margin-right: 12px;
|
2019-11-26 18:16:50 +08:00
|
|
|
margin-top: 2px;
|
2019-11-22 16:54:21 +08:00
|
|
|
}
|
2019-11-26 18:16:50 +08:00
|
|
|
@include b(thing-avatar-header-wrapper) {
|
2019-11-22 16:54:21 +08:00
|
|
|
display: flex;
|
2019-11-26 18:16:50 +08:00
|
|
|
flex-wrap: nowrap;
|
|
|
|
@include b(thing-header-wrapper) {
|
|
|
|
flex: 1;
|
2019-11-22 16:54:21 +08:00
|
|
|
}
|
|
|
|
}
|
2019-11-26 18:16:50 +08:00
|
|
|
@include b(thing-main) {
|
|
|
|
flex-grow: 1;
|
|
|
|
@include b(thing-header) {
|
|
|
|
display: flex;
|
2019-11-22 16:54:21 +08:00
|
|
|
margin-bottom: 4px;
|
2019-11-26 18:16:50 +08:00
|
|
|
@include e(title) {
|
|
|
|
font-size: 16px;
|
2020-02-27 23:02:58 +08:00
|
|
|
font-weight: $--n-strong-weight;
|
2019-12-22 15:50:37 +08:00
|
|
|
transition: color .3s $--n-ease-in-out-cubic-bezier;
|
2019-11-26 18:16:50 +08:00
|
|
|
}
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
@include e(description) {
|
|
|
|
&:not(:last-child) {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@include e(content) {
|
|
|
|
&:not(:first-child) {
|
2019-11-26 18:54:29 +08:00
|
|
|
margin-top: 12px;
|
2019-11-26 18:16:50 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@include e(footer) {
|
|
|
|
&:not(:first-child) {
|
2019-11-26 18:54:29 +08:00
|
|
|
margin-top: 12px;
|
2019-11-26 18:16:50 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@include e(action) {
|
|
|
|
&:not(:first-child) {
|
2019-11-26 18:54:29 +08:00
|
|
|
margin-top: 12px;
|
2019-11-26 18:16:50 +08:00
|
|
|
}
|
2019-11-22 16:54:21 +08:00
|
|
|
}
|
|
|
|
}
|
2019-11-26 18:16:50 +08:00
|
|
|
}
|
|
|
|
color: $--thing-text-color;
|
|
|
|
@include b(thing-main) {
|
|
|
|
@include b(thing-header) {
|
|
|
|
@include e(title) {
|
|
|
|
color: $--thing-header-text-color;
|
|
|
|
}
|
2019-11-22 16:54:21 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|