2019-11-09 19:52:09 +00:00
|
|
|
.whoami {
|
|
|
|
padding: 1rem;
|
|
|
|
margin: 4rem 0;
|
|
|
|
border-radius: 0.25rem;
|
2019-11-17 16:44:04 +00:00
|
|
|
@include flexbox();
|
|
|
|
@include themify($themes) {
|
|
|
|
border-top: 2px dashed themed('whoami-border-color');
|
|
|
|
border-bottom: 2px dashed themed('whoami-border-color');
|
|
|
|
}
|
2019-11-09 19:52:09 +00:00
|
|
|
|
|
|
|
&__image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-11-17 16:44:04 +00:00
|
|
|
border-radius: 0.5rem;
|
|
|
|
object-fit: contain;
|
2019-11-09 19:52:09 +00:00
|
|
|
|
2019-11-17 16:44:04 +00:00
|
|
|
&-wrapper {
|
|
|
|
margin-right: 1rem;
|
|
|
|
max-width: 150px;
|
2019-11-09 19:52:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
font-weight: 700;
|
|
|
|
margin-bottom: 0.5rem;
|
2019-11-17 16:44:04 +00:00
|
|
|
padding-bottom: 0.5rem;
|
2019-11-09 19:52:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__desc {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|