-
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 pull request #18 from stacks-degens/organize-css-files
Organize css files
- Loading branch information
Showing
35 changed files
with
291 additions
and
626 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.homePageLink { | ||
text-decoration: none; | ||
border-bottom: 1px solid transparent; | ||
} | ||
|
||
.homePageLink:hover { | ||
border-bottom: 1px solid #ab4c2b; | ||
color: #ab4c2b !important; | ||
transition: color 0.3s ease-in, border 0.3s ease-in; | ||
} |
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,35 +1,11 @@ | ||
.table-row { | ||
/* background-color: red; */ | ||
} | ||
|
||
.test { | ||
/* border-bottom: 1px solid green; */ | ||
/* border-left: 1px solid green; */ | ||
} | ||
|
||
table { | ||
border-top: 1px solid #f9b11c; | ||
border-left: 2px solid #f9b11c; | ||
border-right: 2px solid #f9b11c; | ||
/* border: 2px solid #f9b11c; */ | ||
/* box-shadow: 1px 3px 4px #ed693c, -1px 0px 4px #fdc60b !important; */ | ||
/* box-shadow: 1px 1px 4px #ed693c, -1px -1px 4px #fdc60b !important; */ | ||
/* box-shadow: 0px 3px 5px -1px #ed693c, 0px 6px 10px 0px #ed693c, 0px 1px 18px 0px #ed693c !important; */ | ||
/* border: 3px solid green !important; */ | ||
} | ||
|
||
.css-11xur9t-MuiPaper-root-MuiTableContainer-root { | ||
border: 1px solid #f9b11c; | ||
box-shadow: 1px 3px 4px #ed693c, -1px 0px 4px #fdc60b !important; | ||
background-color: #fef9f7 !important; | ||
} | ||
|
||
/* propese removal icon for table */ | ||
.css-nmy1ir-MuiSvgIcon-root { | ||
/* color: #ed693c !important; */ | ||
} | ||
|
||
/* info icon for table */ | ||
.css-b13xs8-MuiSvgIcon-root { | ||
/* color: #fdc60b !important; */ | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.