generated from cms/tibi-docs
frontend session
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
export let opened = false
|
||||
</script>
|
||||
|
||||
<div class="header">
|
||||
<div class="header" class:fixed="{!opened}">
|
||||
<div class="logo">
|
||||
<img src="/media/Logo Quer.svg" alt="Logo Quer" />
|
||||
</div>
|
||||
@@ -19,7 +19,13 @@
|
||||
|
||||
<style lang="less">
|
||||
@import "../../assets/css/main.less";
|
||||
.fixed {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
z-index: 100;
|
||||
}
|
||||
.header {
|
||||
background-color: @bg-color;
|
||||
width: 100%;
|
||||
padding: 10.4px 5px;
|
||||
@media @tablet {
|
||||
|
||||
Reference in New Issue
Block a user