feat: gradient for the remanso notes
This commit is contained in:
@@ -16,10 +16,7 @@ const getStyle = (seed: string) => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section class="repo-list">
|
<section class="repo-list">
|
||||||
<router-link
|
<router-link :to="{ name: 'PublicNoteListView' }" class="btn special"
|
||||||
:to="{ name: 'PublicNoteListView' }"
|
|
||||||
class="btn"
|
|
||||||
:style="getStyle(``)"
|
|
||||||
>Public notes</router-link
|
>Public notes</router-link
|
||||||
>
|
>
|
||||||
<router-link
|
<router-link
|
||||||
@@ -50,7 +47,12 @@ const getStyle = (seed: string) => {
|
|||||||
border: 0;
|
border: 0;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
font-size: 1.3rem;
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.special {
|
||||||
|
background-image: linear-gradient(to left bottom, #8cd18d 0%, #fbc2f1 100%);
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user