Add SVG pattern on background

This commit is contained in:
2020-12-04 20:41:59 +01:00
parent bb09df70f5
commit 103a49daef
5 changed files with 45 additions and 22 deletions

View File

@@ -28,8 +28,8 @@ export default {
<style scoped lang="less">
.grid-item {
background-color: @secondary-color;
border-radius: 10px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
overflow: hidden;
&:hover .thumbnail img {
@@ -74,7 +74,7 @@ export default {
.tag {
border-radius: 25px;
padding: 0.55rem;
padding: 0.55rem 0.75rem 0.35rem 0.75rem;
margin-left: 0.75rem;
color: #ffffff;
font-size: 14px;