Update App.scss
This commit is contained in:
@@ -242,12 +242,16 @@ pre {
|
|||||||
|
|
||||||
.generic-card {
|
.generic-card {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #fff;
|
background-color: hsl(232, 11%, 15%);
|
||||||
border-top-left-radius: 0.4rem;
|
border-top-left-radius: 0.4rem;
|
||||||
border-top-right-radius: 0.4rem;
|
border-top-right-radius: 0.4rem;
|
||||||
border-bottom-left-radius: 0.4rem;
|
border-bottom-left-radius: 0.4rem;
|
||||||
border-bottom-right-radius: 0.4rem;
|
border-bottom-right-radius: 0.4rem;
|
||||||
box-shadow: 1px 8px 23px 7px rgba(0, 0, 0, 0.12);
|
box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1),
|
||||||
|
/* 2. shadow ring 👇 */ 0 0 0 1px hsla(230, 13%, 9%, 0.075),
|
||||||
|
/* 3. multiple soft shadows 👇 */ 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
|
||||||
|
0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
|
||||||
|
0 3.5px 6px hsla(230, 13%, 9%, 0.09);
|
||||||
|
|
||||||
.green-border {
|
.green-border {
|
||||||
border: 1px dotted #168b64;
|
border: 1px dotted #168b64;
|
||||||
@@ -372,7 +376,7 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.issue-metadata {
|
.issue-metadata {
|
||||||
background-color: #30475e;
|
background-color: #57615c;
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
.name {
|
.name {
|
||||||
|
|||||||
Reference in New Issue
Block a user