Skip to content

Commit

Permalink
feat: detail page css fixed
Browse files Browse the repository at this point in the history
feat: detail page css fixed
  • Loading branch information
devwoodie authored Jul 26, 2023
2 parents c5c3a0a + 2700ba0 commit f6bbaae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/styles/pages/_detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,41 @@
}

}
// dev
.sc-gEvEer.kzfFMm{
background-color: #242424;
border-top: 1px solid #383838;
}
// prod
.sc-gEvEer.gBtkQB{
background-color: #242424;
border-top: 1px solid #383838;
}
// dev
.sc-fqkvVR.gDWucW{
background-color: inherit;
}
// prod
.sc-fqkvVR.SRknK{
background-color: inherit;
}
// dev
.sc-eqUAAy.ejOydj{
background-color: inherit;
}
// prod
.sc-eqUAAy.JqVif{
background-color: inherit;
}
.sheet-header{
padding: 10px 0;
}
// dev
.SRknK::before{
top: 15px !important;
background-color: #818181 !important;
}
// prod
.gDWucW::before{
top: 15px !important;
background-color: #818181 !important;
Expand Down

0 comments on commit f6bbaae

Please sign in to comment.