-
Notifications
You must be signed in to change notification settings - Fork 27
Added CSS files for every Component with Styles #36
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
Open
Aonepathan
wants to merge
7
commits into
andyperlitch:master
Choose a base branch
from
Aonepathan:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
3505689
style(components): Created CSS stylesheets for every component needin…
Aonepathan 2977529
style(component): Fixing build errors
Aonepathan c88b330
style(components): added back package-lock.json and updated demo.comp…
Aonepathan b347dba
style(component): Refactored all CSS files and made requested changes
Aonepathan f3467d1
style(components): Work in progress for master css style file, table …
Aonepathan 9a1aa8e
style(components): updating components to refer masterStyles css file
Aonepathan 2f44fe2
style(components): updating masterStyles css
Aonepathan 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,6 @@ | ||
| .app-demo { | ||
| width: 80%; | ||
| display: block; | ||
| margin: 0 auto; | ||
| height: 600px; | ||
| } | ||
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,10 @@ | ||
| .super-table-dummy-rows { | ||
| border: none !important; | ||
| } | ||
|
|
||
| td { | ||
| padding: 0 !important; | ||
| border: none !important; | ||
| background-repeat: repeat; | ||
| background-position: 0 -1px; | ||
| } |
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,29 @@ | ||
| .super-table-enum-filter { | ||
| position: absolute; | ||
| background: white; | ||
| padding: 5px 10px; | ||
| border: 1px solid #ddd; | ||
| box-shadow: 0 1px 10px -1px rgba(0,0,0,0.2); | ||
| } | ||
|
|
||
| .clear-filter { | ||
| border-bottom: 1px solid #DDD; | ||
| padding: 5px 0; | ||
| } | ||
|
|
||
| .close-dropdown { | ||
| position: absolute; | ||
| top: 5px; | ||
| right: 10px; | ||
| border: none; | ||
| background: transparent; | ||
| color: #CCC; | ||
| display: block; | ||
| width: 20px; | ||
| height: 20px; | ||
| line-height: 20px; | ||
| } | ||
|
|
||
| .close-dropdown:hover { | ||
| color: #AAA; | ||
| } |
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,19 @@ | ||
| .super-table-body { | ||
| display: block; | ||
| overflow: auto; | ||
| } | ||
|
|
||
| table { | ||
| table-layout: fixed; | ||
| width: 100%; | ||
| margin-bottom: 0; | ||
| } | ||
|
|
||
| thead.sizing-thead th { | ||
| padding: 0 !important; | ||
| border-width: 0; | ||
| } | ||
|
|
||
| tbody.dummy-rows, tbody.visible-rows { | ||
| border-top: none; | ||
| } |
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,20 @@ | ||
| .super-table-head { | ||
| overflow-y: scroll; | ||
| display: block; | ||
| } | ||
|
|
||
| .hasSort { | ||
| cursor: pointer; | ||
| } | ||
|
|
||
| table { | ||
| table-layout: fixed; | ||
| width: 100%; | ||
| margin-bottom: 0; | ||
| border-bottom: none; | ||
| } | ||
|
|
||
| .filter-row td { | ||
| padding: 0; | ||
| vertical-align: middle; | ||
| } |
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,8 @@ | ||
| .super-table { | ||
| position: relative; | ||
| display: block; | ||
| } | ||
|
|
||
| .loading-message { | ||
| text-align: center; | ||
| } |
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.