-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into cw-2101-mobile-chat-messages-missing
- Loading branch information
Showing
149 changed files
with
1,994 additions
and
584 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
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
50 changes: 50 additions & 0 deletions
50
src/pages/MyAccount/components/Profile/Profile.module.scss
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,50 @@ | ||
@import "../../../../constants"; | ||
@import "../../../../styles/sizes"; | ||
|
||
.container { | ||
position: relative; | ||
width: 100%; | ||
} | ||
|
||
.header { | ||
margin-bottom: 2.25rem; | ||
|
||
@include tablet { | ||
margin-bottom: 0; | ||
} | ||
} | ||
|
||
.editButton { | ||
position: absolute; | ||
top: 1.5rem; | ||
right: 0; | ||
|
||
@include tablet { | ||
position: static; | ||
top: unset; | ||
right: unset; | ||
} | ||
} | ||
|
||
.formWrapper { | ||
max-width: 43.625rem; | ||
margin: 0 auto; | ||
box-sizing: border-box; | ||
|
||
@include tablet { | ||
margin-top: 1.375rem; | ||
padding: 0 1rem; | ||
} | ||
} | ||
|
||
.menuButtonsWrapper { | ||
border-top: 0.0625rem solid $c-gray-20; | ||
} | ||
|
||
.menuButton { | ||
border-bottom: 0.0625rem solid $c-gray-20; | ||
} | ||
|
||
.logoutMenuButton { | ||
color: $c-pink-mention; | ||
} |
Oops, something went wrong.