feat [front]: logo in admin header
This commit is contained in:
parent
9ef154ba13
commit
aa6d69d2c8
1 changed files with 9 additions and 1 deletions
|
@ -79,4 +79,12 @@ async function onLogoutClick() {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="sass"></style>
|
||||
<style scoped lang="sass">
|
||||
.navbar .navbar-brand
|
||||
&:hover
|
||||
background: rgba(237, 237, 237, 0.5)
|
||||
|
||||
.navbar-item img
|
||||
max-height: none
|
||||
width: 3rem
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue