Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Kartify-Team/Kartify
Browse files Browse the repository at this point in the history
  • Loading branch information
lainercoder committed Dec 21, 2019
2 parents be90cb7 + 7b4fac1 commit 16307ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dist/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,10 @@ input:focus {
text-align: center;
display: grid;
width: 100%;
height: 850px;
height: 95vh;
grid-template-columns: 70% 30%;
grid-template-rows: 75% 25%;
margin-bottom: 3%;
}

/* Information Box */
Expand Down Expand Up @@ -925,10 +926,11 @@ input:focus {

#addOutfit {
background-color: var(--secondary-background-color);
cursor: pointer;
}

#addOutfit:hover {
background-color: var(--translucent-background-color);
background-color: var(--translucent-background-color);
}

#plusContainer {
Expand All @@ -939,6 +941,7 @@ input:focus {
top: 0%;
right: 0%;
transform: translate(0%, 20%);
cursor: pointer;
}

.cardImage {
Expand Down

0 comments on commit 16307ab

Please sign in to comment.