| | |
| | | |
| | | <script setup> |
| | | import variables from '@/assets/styles/variables.module.scss' |
| | | import logo from '@/assets/logo/logo.png' |
| | | import logo from '@/assets/logo/logo2.png' |
| | | import useSettingsStore from '@/store/modules/settings' |
| | | import {onMounted, ref} from "vue"; |
| | | import Cookies from "js-cookie"; |
| | |
| | | width: 32px; |
| | | height: 32px; |
| | | vertical-align: middle; |
| | | margin-right: 12px; |
| | | margin-right: 0px; |
| | | } |
| | | |
| | | & .sidebar-title { |
| | |
| | | color: #fff; |
| | | font-weight: 600; |
| | | line-height: 50px; |
| | | font-size: 14px; |
| | | font-size: 16px; |
| | | font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif; |
| | | vertical-align: middle; |
| | | } |