| | |
| | | .sidebar { |
| | | -webkit-background-size: cover; |
| | | background-size: cover; |
| | | background-color: var(--bg-color); |
| | | margin-top: 40px; |
| | | |
| | | @include desktop_and_print { |
| | |
| | | position: fixed; |
| | | height: 100%; |
| | | margin-top: 0; |
| | | width: $sidebar-width; |
| | | width: inherit; |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | @include widescreen { |
| | | width: calc(var(--sidebar-width) - 20%); |
| | | @include ltr { |
| | | padding-left: 17%; |
| | | padding-right: 3%; |
| | | } |
| | | |
| | | @include rtl { |
| | | padding-right: 17%; |
| | | padding-left: 3%; |
| | | } |
| | | } |
| | | |
| | | &__content { |
| | | @include desktop_and_print { |
| | | display: flex; |
| | |
| | | display: inline; |
| | | padding: 0 4px; |
| | | line-height: 0; |
| | | |
| | | i { |
| | | @include ltr { |
| | | margin-right: 3px; |
| | | } |
| | | |
| | | @include rtl { |
| | | margin-left: 3px; |
| | | } |
| | | } |
| | | |
| | | li { |
| | | display: inline; |
| | | padding: 0 4px; |
| | | line-height: 0; |
| | | } |
| | | } |
| | | } |
| | | |
| | | &__title { |
| | | &__introduction { |
| | | top: 40%; |
| | | text-align: center; |
| | | |
| | |
| | | margin: 0 1em; |
| | | } |
| | | |
| | | img { |
| | | &-profileimage { |
| | | width: 127px; |
| | | height: 127px; |
| | | border-radius: 50%; |
| | | } |
| | | |
| | | h3 { |
| | | &-title { |
| | | text-transform: uppercase; |
| | | font-weight: bold; |
| | | letter-spacing: 2px; |