|
|
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
|
|
|
|
.profile { |
|
|
|
|
// margin: 10px 10px; |
|
|
|
|
margin-left: 10px; |
|
|
|
|
// margin: 10px 10px; |
|
|
|
|
margin-left: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.profile__card { |
|
|
|
@ -10,10 +10,8 @@
@@ -10,10 +10,8 @@
|
|
|
|
|
border-radius: 20px; |
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@include themify($themes) { |
|
|
|
|
background-color: themed('colorBackground'); |
|
|
|
|
background-color: themed("colorBackground"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.nav-item { |
|
|
|
@ -29,27 +27,22 @@
@@ -29,27 +27,22 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.timeline__content { |
|
|
|
|
|
|
|
|
|
@include themify($themes) { |
|
|
|
|
background: themed('colorBackgroundBody'); |
|
|
|
|
background: themed("colorBackgroundBody"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&:after { |
|
|
|
|
|
|
|
|
|
@include themify($themes) { |
|
|
|
|
border-left-color: themed('colorBackgroundBody'); |
|
|
|
|
border-left-color: themed("colorBackgroundBody"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.timeline .timeline__item:nth-child(even) { |
|
|
|
|
|
|
|
|
|
.timeline__content { |
|
|
|
|
|
|
|
|
|
&:after { |
|
|
|
|
|
|
|
|
|
@include themify($themes) { |
|
|
|
|
border-right-color: themed('colorBackgroundBody'); |
|
|
|
|
border-right-color: themed("colorBackgroundBody"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -57,8 +50,8 @@
@@ -57,8 +50,8 @@
|
|
|
|
|
|
|
|
|
|
&--calendar { |
|
|
|
|
.rbc-toolbar { |
|
|
|
|
-webkit-flex-wrap: nowrap!important; |
|
|
|
|
flex-wrap: nowrap!important; |
|
|
|
|
-webkit-flex-wrap: nowrap !important; |
|
|
|
|
flex-wrap: nowrap !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -73,7 +66,7 @@
@@ -73,7 +66,7 @@
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
@include themify($themes) { |
|
|
|
|
border-bottom: 1px solid themed('colorBorder'); |
|
|
|
|
border-bottom: 1px solid themed("colorBorder"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 320px) { |
|
|
|
@ -103,13 +96,11 @@
@@ -103,13 +96,11 @@
|
|
|
|
|
margin: 5px auto 20px; |
|
|
|
|
border-width: 1px solid; |
|
|
|
|
img { |
|
|
|
|
|
|
|
|
|
height: 150px; |
|
|
|
|
width: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.avatar-img{ |
|
|
|
|
|
|
|
|
|
.avatar-img { |
|
|
|
|
height: 100px; |
|
|
|
|
width: 100px; |
|
|
|
|
border-radius: 50%; |
|
|
|
@ -121,17 +112,16 @@
@@ -121,17 +112,16 @@
|
|
|
|
|
.profile__stats { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.profile__stat { |
|
|
|
|
text-align: center; |
|
|
|
|
padding-top: 15px; |
|
|
|
|
padding-bottom: 20px; |
|
|
|
|
border-top: 0.5px solid #E5E5E5; |
|
|
|
|
border-right: 0.5px solid #E5E5E5; |
|
|
|
|
border-top: 0.5px solid #e5e5e5; |
|
|
|
|
border-right: 0.5px solid #e5e5e5; |
|
|
|
|
width: 100%; |
|
|
|
|
&:last-child { |
|
|
|
|
&:last-child { |
|
|
|
|
border-right: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -158,30 +148,28 @@
@@ -158,30 +148,28 @@
|
|
|
|
|
.profile__data { |
|
|
|
|
padding: 5px; |
|
|
|
|
// width: calc(100% - 140px); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.profile__name { |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 22px; |
|
|
|
|
font-size: 22px; |
|
|
|
|
line-height: 22px; |
|
|
|
|
text-align: center; |
|
|
|
|
// text-transform: uppercase; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.profile__work { |
|
|
|
|
font-weight: 400; |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
margin-top: 5px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
line-height: 14px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.profile__data_card { |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// color: #7f7f7f |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -206,7 +194,6 @@
@@ -206,7 +194,6 @@
|
|
|
|
|
flex-direction: column; |
|
|
|
|
padding: 15px 15px; |
|
|
|
|
// justify-content: center; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.profile__action-status { |
|
|
|
@ -220,7 +207,6 @@
@@ -220,7 +207,6 @@
|
|
|
|
|
.profile__action-btns { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.profile__btn { |
|
|
|
@ -295,7 +281,7 @@
@@ -295,7 +281,7 @@
|
|
|
|
|
margin: 0; |
|
|
|
|
|
|
|
|
|
@include themify($themes) { |
|
|
|
|
border-bottom: 1px solid themed('colorBorder'); |
|
|
|
|
border-bottom: 1px solid themed("colorBorder"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
span { |
|
|
|
@ -316,7 +302,7 @@
@@ -316,7 +302,7 @@
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
@include themify($themes) { |
|
|
|
|
border-bottom: 1px solid themed('colorBorder'); |
|
|
|
|
border-bottom: 1px solid themed("colorBorder"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&:last-of-type { |
|
|
|
|