generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
#794 expand content
- Loading branch information
Showing
28 changed files
with
273 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.container { | ||
padding: 190px; | ||
max-width: 1132px; | ||
} | ||
.loader__container { | ||
padding-top: 30%; | ||
min-height: var(--min-height-block-main); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
FrontEnd/src/pages/CustomThemes/customProfileTooltipThemes.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
const tooltipInnerContentStyles = { | ||
display: 'flex', | ||
borderRadius: '2px', | ||
background: 'var(--main-grey-90, #25292C)', | ||
color: 'var(--main-white, #FFF)', | ||
fontFeatureSettings: 'calt', | ||
fontFamily: 'Inter', | ||
letterSpacing: '-0.14px', | ||
}; | ||
|
||
export default tooltipInnerContentStyles; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 20 additions & 17 deletions
37
FrontEnd/src/pages/ProfileDetail/ProfileDetailPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
.loader-content { | ||
width: 1305px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
.profile-detail__main { | ||
display: flex; | ||
flex-direction: column; | ||
min-height: var(--min-height-block-main); | ||
align-content: center; | ||
} | ||
|
||
.profile-detail__loader-content { | ||
display: flex; | ||
} | ||
|
||
.profile-page { | ||
.profile-detail__banner-tooltip { | ||
display: flex; | ||
position: absolute; | ||
padding-top: 12px; | ||
padding-left: 112px; | ||
} | ||
|
||
.profile-detail__page { | ||
display: inline-flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
align-items: center; | ||
gap: 16px; | ||
margin-left: 104px; | ||
margin-right: 104px; | ||
} | ||
|
||
.logo-tooltip{ | ||
.profile-detail__logo-tooltip { | ||
display: flex; | ||
position:absolute; | ||
position: absolute; | ||
padding-top: 5px; | ||
padding-left: 3px; | ||
} | ||
|
||
.banner-tooltip{ | ||
display: flex; | ||
position:absolute; | ||
padding-top: 12px; | ||
padding-left: 112px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,4 +163,4 @@ | |
font-style: normal; | ||
font-weight: 400; | ||
line-height: 22px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
.container { | ||
word-wrap: break-word; | ||
width: var(--main-block-size); | ||
margin-top: 32px; | ||
margin-right: 488px; | ||
display: flex; | ||
flex-direction: column; | ||
padding-top: 32px; | ||
left: 192px; | ||
gap: 40px; | ||
} |
Oops, something went wrong.