1
0
Fork 0

refactor the index page

This commit is contained in:
Moritz Ruth 2019-03-09 20:18:16 +01:00
parent c101d2b4d0
commit 0d834e2f57
9 changed files with 73 additions and 315 deletions

View file

@ -1,8 +1,5 @@
<template>
<a id="root" rel="noopener" :href="`https://go.ctexxx.dev/${name}`" target="_blank"
@mouseenter="$store.commit('setLogoText', username)"
@mouseleave="$store.commit('resetLogoText', username)"
>
<a id="root" rel="noopener" :href="`https://go.ctexxx.dev/${name}`" target="_blank">
<div class="box" :style="{'background-color': '#' + simpleIcon.hex}">
<div class="icon" v-html="simpleIcon.svg" :class="{inverted: invert}">
</div>
@ -34,7 +31,7 @@
</script>
<style scoped lang="scss">
@import "~@/assets/_mq";
@import "~@/assets/_responsive";
#root {
display: inline-block;
@ -44,7 +41,7 @@
height: 50px;
width: 50px;
@include mq($from: tablet) {
@include desktop {
height: 70px;
width: 70px;
}