Add SVG pattern on background
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user