🎨
This commit is contained in:
parent
49dbd7f9d2
commit
a95ff447d7
2 changed files with 12 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ export default Vue.extend({
|
|||
font-family Meiryo, sans-serif
|
||||
text-decoration none
|
||||
|
||||
@media (max-width 1100px)
|
||||
display none
|
||||
|
||||
[data-fa]
|
||||
margin-left 8px
|
||||
|
||||
|
|
@ -171,6 +174,9 @@ export default Vue.extend({
|
|||
border-radius 4px
|
||||
transition filter 100ms ease
|
||||
|
||||
@media (max-width 1100px)
|
||||
margin-left 8px
|
||||
|
||||
> .menu
|
||||
$bgcolor = var(--face)
|
||||
display block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue