This commit is contained in:
2020-10-25 14:12:53 +01:00
parent 8325759c2f
commit 15fb6f5491
6 changed files with 13 additions and 15 deletions

View File

@@ -24,6 +24,7 @@
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-size: cover;
background-position: center;
text-align: left;
}

View File

@@ -8,17 +8,17 @@ h4 {
.carddish-container {
background-color: #303030;
border-radius: 6px;
border-radius: 12px;
margin: 2px auto 2px auto;
padding: 8px;
display: flex;
justify-content: space-between;
width: 95%;
cursor: pointer;
transition: all 0.25s;
transition: all 0.2s;
h2 {
font-weight: 300;
font-weight: 500;
color: $main-color;
margin-top: 1rem;
}
@@ -30,20 +30,22 @@ h4 {
.carddish-img {
background-color: $secondary-color;
background-size: cover;
background-position: center;
width: 120px;
height: 120px;
border-radius: 6px;
border-radius: 12px;
margin: 0px 14px 0px 0px;
}
.carddish-left {
display: flex;
h2 {
font-size: 1.2rem;
font-size: 1rem;
margin: auto;
}
p {
margin-left: auto;
color: $gray;
}
}

View File

@@ -1,6 +1,6 @@
.pictograms-container {
height: 30px;
margin: 8px 8px 0px 0px;
margin: 0px 8px 8px 0px;
}
.pictograms-container-separated {