generated from cms/tibi-docs
next session
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
import { navigate } from "svelte-routing"
|
||||
|
||||
export let path: string
|
||||
export let bright
|
||||
</script>
|
||||
|
||||
<button class="more" on:click="{() => navigate(path)}"> mehr </button>
|
||||
<button class="more" class:bright="{bright}" on:click="{() => navigate(path)}">mehr</button>
|
||||
|
||||
<style lang="less">
|
||||
@import "../../assets/css/main.less";
|
||||
@@ -16,6 +17,8 @@
|
||||
padding: 2px 15px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
.bright {
|
||||
border: 2px solid @bg-color;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user