- code review

- frontend build
This commit is contained in:
Peter Papp
2020-12-12 10:31:22 +01:00
parent e9d2f4bacc
commit c7abcce729
72 changed files with 953 additions and 388 deletions

View File

@@ -209,6 +209,8 @@
text-overflow: ellipsis;
display: inline-block;
color: $text;
line-height: 1;
padding-top: 2px;
}
}

View File

@@ -27,8 +27,8 @@
@mixin widget-card {
padding: 20px;
border-radius: 8px;
box-shadow: 0 5px 10px -6px rgba(26, 36, 55, 0.15);
background: white;
//box-shadow: 0 5px 10px -6px rgba(26, 36, 55, 0.15);
background: $light_background;
}
@mixin blurred-image {