-
Notifications
You must be signed in to change notification settings - Fork 21
PLAT-825 Form Text Fields & Profile - PLAT-802_profile-util #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
testflyjets
merged 40 commits into
PLAT-802_profile-util
from
PLAT-825_form-text-fields
Mar 15, 2022
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
472fc13
PLAT-536 #comment add logout #time 15m
brooketopcoder 2ca5f17
PLAt-536 #comment fix link hover #time 5m
brooketopcoder 80d4bbe
PLAT-536 #comment fix logo size #time 15m
brooketopcoder c981053
PLAT-764 #comment convert svgs to components and
brooketopcoder 43c3b70
PLAT-764 #comment remove styling from SVGs;
brooketopcoder 29b1ee5
PLAT-764 #comment refactor narrow tool selectors
brooketopcoder d14ae22
PLAT-764 #comment rename svgs folder #time 5m
brooketopcoder 0aa2bbe
PLAT-764 #comment clean up styles and svgs; #time 30m
brooketopcoder 25087d1
PLAT-764 #comment clean-up #time 5m
brooketopcoder a19de5c
PALT-764 #comment clean-up #time 5m
brooketopcoder 5485f05
PLAT-764 #comment clean-up #time 5m
brooketopcoder dd5275e
PLAT-764 #comment clean-up #time 5m
brooketopcoder ecf205e
PLAT-764 #comment clean-upo #time 5m
brooketopcoder ce7209a
Merge branch 'master' into PLAT-754_tools-config
brooketopcoder 6e902ec
PLAT-754 #comment convert url configs to constants;
brooketopcoder 83d24b8
PLAT-754 #comment create and use route
brooketopcoder efd8e51
PLAT-745 #comment add child routes;
brooketopcoder f257056
PLAT-754 #comment configure sections in content
brooketopcoder 38ceed9
PLAT-754 #comment replace route config
brooketopcoder 0047be9
PLAT-754 #comment hide sections for tools
brooketopcoder 9c467d3
PLAT-754 #comment fix styling for expanded
brooketopcoder 6b00439
PLAT-754 #comment route provider cleanup #time 1h
brooketopcoder bdf45cf
PLAT-754 #comment tools narrow clean-up; #time 30m
brooketopcoder 4420617
PLAT-764 #comment clean-up #time 5m
brooketopcoder a7df686
PLAT-7584 #comment clean-up #time 10m
brooketopcoder 9478eff
POLAT-754 #comment clean-up #time 5m
brooketopcoder 37928c7
PLAT-754 #comment clean-up #time 5m
brooketopcoder 784461e
PLAT-754 #comment clean-up #time 5m
brooketopcoder 9d161e8
Merge branch 'master' into PLAT-754_tools-config
brooketopcoder 8011b5c
PLAT-754 #comment update readme #time 10m
brooketopcoder 3070fc5
Merge branch 'master' into PLAT-754_tools-config
brooketopcoder 9da630d
Merge branch 'master' into PLAT-754_tools-config
brooketopcoder fbf5296
PLAT-754 #comment fix build issues #time 10m
brooketopcoder 74f84ba
PLAT-754 #comment clean-up #time 5m
brooketopcoder e5f1fc0
Merge branch 'master' into PLAT-754_tools-config
brooketopcoder ddad763
PLAT-754 #comment remove commented out tests #time 5m
brooketopcoder 0687f21
PLAT-802 #comment create profile util;
brooketopcoder 9d38a6c
PLAT-825 #comment fix profile styling;
brooketopcoder 20411b1
Merge branch 'PLAT-802_profile-util' into PLAT-825_form-text-fields
brooketopcoder 6373d82
PLAT-825 #comment consolidate font styles; #time 1h
brooketopcoder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
3 changes: 1 addition & 2 deletions
3
.../UtilitySelector/ProfileSelector/profile-logged-in/profile-panel/ProfilePanel.module.scss
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,46 +1,57 @@ | ||
| @import '../styles/'; | ||
|
|
||
| .content { | ||
| height: $content-height; | ||
| padding: $pad-xxl $pad-xxl $pad-xxl 0; | ||
|
|
||
| @include content-height; | ||
| padding: $pad-xxxxl $pad-content-lg; | ||
| display: grid; | ||
| @include font-roboto; | ||
| background-color: $black-10; | ||
| grid-template-columns: 1fr; | ||
| justify-content: center; | ||
|
|
||
| .sections { | ||
| display: grid; | ||
| display: none; | ||
| height: 200px; | ||
| } | ||
|
|
||
| .sections { | ||
| background-color: $tc-white; | ||
| } | ||
|
|
||
| &.hide-sections { | ||
| grid-template-columns: 1fr; | ||
| justify-content: center; | ||
| padding-left: $pad-xxl; | ||
| &.show-sections { | ||
| padding-left: 0; | ||
|
|
||
| .sections { | ||
| display: none; | ||
| } | ||
| } | ||
| display: grid; | ||
| } | ||
|
|
||
| @include ltemd { | ||
| grid-template-columns: 1fr; | ||
| justify-content: center; | ||
| padding-left: $pad-xxl; | ||
| @include md { | ||
| padding-left: $pad-xxl; | ||
| } | ||
|
|
||
| .sections { | ||
| display: none; | ||
| @include lg { | ||
| grid-template-columns: $left-col-width-lg 1fr; | ||
| } | ||
|
|
||
| @include xl { | ||
| grid-template-columns: $left-col-width-xl 1fr; | ||
| } | ||
| } | ||
|
|
||
| @include md { | ||
| padding: $pad-xxl; | ||
| } | ||
|
|
||
| @include lg { | ||
| grid-template-columns: $left-col-width-lg 1fr; | ||
| @include ltesm { | ||
| padding: 0; | ||
| } | ||
|
|
||
| @include xl { | ||
| grid-template-columns: $left-col-width-xl 1fr; | ||
| .content-outer { | ||
| display: flex; | ||
| justify-content: center; | ||
|
|
||
| .content-inner { | ||
| flex: 1; | ||
| background-color: $tc-white; | ||
| border-radius: $pad-sm; | ||
| max-width: $xl-max-content; | ||
| padding: $pad-xxl; | ||
| } | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,78 @@ | ||
| @import '../../styles'; | ||
|
|
||
| $form-pad-top: calc($pad-md - $border); | ||
| $border-xs: 1px; | ||
|
|
||
| .form-field-container { | ||
| position: relative; | ||
| display: flex; | ||
| flex-direction: column; | ||
| justify-content: flex-start; | ||
| padding-bottom: $pad-md; | ||
|
|
||
| .form-field { | ||
| display: flex; | ||
| flex-direction: column; | ||
| align-items: flex-start; | ||
| padding: $pad-sm $form-pad-top; | ||
| height: calc($pad-xxl * 2); | ||
| background: $tc-white; | ||
| border: $border-xs solid $black-40; | ||
| box-sizing: border-box; | ||
| border-radius: $pad-xs; | ||
|
|
||
| &:hover, | ||
| &.focus { | ||
| border-color: $turq-160; | ||
|
|
||
| &.form-field-error { | ||
| border-color: $red-100; | ||
| } | ||
| } | ||
|
|
||
| &.focus, | ||
| &.form-field-error { | ||
| border-width: $border; | ||
| padding: calc($pad-sm - $border-xs) calc($form-pad-top - $border-xs); | ||
| } | ||
|
|
||
| &.disabled { | ||
| background-color: $black-10; | ||
| background: $black-10; | ||
| border-color: $black-40; | ||
| } | ||
|
|
||
| &.form-field-error { | ||
| border-color: $red-100; | ||
|
|
||
| .label { | ||
| color: $red-100; | ||
| } | ||
| } | ||
|
|
||
| .label { | ||
| top: calc(50% - $form-pad-top/2); | ||
| color: $turq-160; | ||
| margin-bottom: $pad-xs; | ||
| // extend ultra-small and override some properties | ||
| @extend .ultra-small; | ||
| @include font-weight-medium; | ||
| line-height: calc($pad-md - $border); | ||
| } | ||
| } | ||
|
|
||
| .error { | ||
| display: flex; | ||
| align-items: center; | ||
| color: $red-100; | ||
| // extend body ultra small and override it | ||
| @extend .body-ultra-small; | ||
| line-height: 14px; | ||
|
|
||
| svg { | ||
| @include icon-md; | ||
| fill: $red-100; | ||
| margin-right: $pad-xs; | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.