Small style adjustments.
This commit is contained in:
parent
d20d0e87ec
commit
38f16606e8
2 changed files with 12 additions and 4 deletions
|
|
@ -277,7 +277,9 @@ $views-color: #545d70;
|
|||
|
||||
.post-avatar {
|
||||
@extend .avatar;
|
||||
@extend .avatar-xl;
|
||||
font-size: 1.6rem;
|
||||
height: 2.5rem;
|
||||
width: 2.5rem;
|
||||
}
|
||||
|
||||
.post-main {
|
||||
|
|
@ -563,14 +565,15 @@ hr {
|
|||
|
||||
.profile-icon {
|
||||
@extend .tile-icon;
|
||||
margin-right: $control-padding-x;
|
||||
}
|
||||
|
||||
.profile-avatar {
|
||||
@extend .avatar;
|
||||
@extend .avatar-xl;
|
||||
|
||||
height: 8.2rem;
|
||||
width: 8.2rem;
|
||||
height: 6.2rem;
|
||||
width: 6.2rem;
|
||||
}
|
||||
|
||||
.profile-content {
|
||||
|
|
@ -586,6 +589,7 @@ hr {
|
|||
dl {
|
||||
border-top: 1px solid $border-color;
|
||||
border-bottom: 1px solid $border-color;
|
||||
padding: $control-padding-x $control-padding-y;
|
||||
}
|
||||
|
||||
dt {
|
||||
|
|
@ -604,6 +608,10 @@ hr {
|
|||
}
|
||||
}
|
||||
|
||||
.profile-tabs {
|
||||
margin-bottom: $control-padding-y-lg*2;
|
||||
}
|
||||
|
||||
.profile-post {
|
||||
@extend .post;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue