updated .user-block & .widget-user

This commit is contained in:
REJack
2019-08-31 10:25:58 +02:00
parent 4d0080e1c6
commit 7d15c6ac8c
3 changed files with 10 additions and 8 deletions

View File

@@ -70,7 +70,7 @@
// User block
.user-block {
@include clearfix;
float: left;
img {
float: left;
@@ -88,11 +88,13 @@
.username {
font-size: 16px;
font-weight: 600;
margin-top: -1px;
}
.description {
color: #999;
color: $gray-600;
font-size: 13px;
margin-top: -3px;
}
&.user-block-sm {

View File

@@ -17,7 +17,7 @@
@include border-top-radius($border-radius);
}
height: 120px;
height: 135px;
padding: 1rem;
}
@@ -25,7 +25,7 @@
.widget-user-username {
font-size: 25px;
font-weight: 300;
margin-bottom: 5px;
margin-bottom: 0;
margin-top: 0;
text-shadow: 0 1px 1px rgba($black, 0.2);
}
@@ -40,7 +40,7 @@
left: 50%;
margin-left: -45px;
position: absolute;
top: 65px;
top: 75px;
> img {
border: 3px solid $white;