Skip to content

Commit

Permalink
junk yard fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
epicX67 committed Sep 28, 2021
1 parent 89407d8 commit 9ed9730
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 3 deletions.
52 changes: 51 additions & 1 deletion css/main_custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/main_custom.css.map

Large diffs are not rendered by default.

52 changes: 51 additions & 1 deletion css/main_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5288,7 +5288,6 @@ div[style="width:100%;text-align:center;margin-top:10px;background-color:rgba(0,
border-radius: 100px !important;
background: var(--subBgST) !important;
margin-top: 40px;
overflow: hidden;
height: 24px;
.chalXPBarC {
background: linear-gradient(
Expand Down Expand Up @@ -5824,3 +5823,54 @@ div[style="width:100%;text-align:center;margin-top:10px;background-color:rgba(0,

.mapActionB.sel {
}

// Junk yard
.bigMFeatHold {
height: 300px;
#bigMFeatDesc2 {
font-family: var(--subFont);
line-height: 2.5rem;
font-size: 1.4rem;
background: transparent;
backdrop-filter: unset;
padding: 0px;
text-shadow: 0px 0px 10px #0000005e;
}
}

.crftRcpeCrd {
background: var(--subBgST);

.craftRcIcn {
border-color: transparent !important;
background-color: var(--subBgST);
background-image: 100%;
}

.craftRiHl {
.crftItmNm {
font-family: var(--mainFont);
font-size: 2.1rem;
width: 220px;
}
.crftItmNm[style*="#292929"] {
color: var(--c_white) !important;
}

.crftItmReq {
border-color: transparent;
background-color: var(--subBgST);
}

.crftItmJnk {
font-family: var(--mainFont);
font-size: 2rem;
}

.crftTim {
margin-top: 17px;
background: var(--subBg);
font-family: var(--subFont);
}
}
}

0 comments on commit 9ed9730

Please sign in to comment.