You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.1 KiB
Plaintext
73 lines
1.1 KiB
Plaintext
9 years ago
|
.persona-usercard {
|
||
|
position: absolute;
|
||
|
background: #333;
|
||
|
top: -50%;
|
||
|
left: 0px;
|
||
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.156863), 0px 2px 10px 0px rgba(0, 0, 0, 0.117647);
|
||
|
height: 150px;
|
||
|
z-index: 1;
|
||
|
|
||
|
a, a:hover, a:visited, a:active {
|
||
|
text-decoration: none;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.usercard-picture {
|
||
|
width: 150px;
|
||
|
height: 150px;
|
||
|
float: left;
|
||
|
background-size: cover;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
.usercard-body {
|
||
|
padding: 5px 15px;
|
||
|
float: left;
|
||
|
|
||
|
height: 150px;
|
||
|
width: 300px;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.usercard-name {
|
||
|
font-size: 28px;
|
||
|
}
|
||
|
|
||
|
.usercard-username {
|
||
|
text-transform: uppercase;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
|
||
|
.usercard-info {
|
||
|
text-align: center;
|
||
|
font-size: 30px;
|
||
|
font-weight: 300;
|
||
|
|
||
|
small {
|
||
|
text-transform: uppercase;
|
||
|
font-size: 10px;
|
||
|
display: block;
|
||
|
margin-top: 10px;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.fab.btn-morph {
|
||
|
top: 70px;
|
||
|
position: absolute;
|
||
|
right: 15px;
|
||
|
padding: 0;
|
||
|
|
||
|
&.heart {
|
||
|
> span > span {
|
||
|
background-color: #E91E63;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&.plus {
|
||
|
> span > span {
|
||
|
background-color: @brand-primary;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|