redesign and fixes

This commit is contained in:
2021-02-05 19:57:06 +01:00
parent c712d614e1
commit 611b101e9e
15 changed files with 243 additions and 50 deletions

View File

@@ -9,15 +9,11 @@
background-color:$dark-gray;
width: 100%;
display: flex;
justify-content: space-between;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
.search-top-left{
margin-left: 24px;
}
.search-top-lower{
margin-top: 0;
background-color: #202020;
@@ -89,7 +85,6 @@
}
.card-pictograms {
margin-bottom: 12px;
}
.results-count {
@@ -115,3 +110,31 @@
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
.collapsible{
background-color: #444444;
max-height: 0px;
overflow: hidden;
transition: max-height 0.25s;
h3{
font-size: medium;
font-weight: 400;
}
}
.card-info-line{
display: flex;
align-items: center;
h3{
margin-left: 8px;
}
}
.card-info-line-top{
display: flex;
align-items: center;
justify-content: space-between;
h3{
font-size: medium;
}
}