mirror of
https://github.com/aelve/guide.git
synced 2024-12-24 13:26:08 +03:00
refactor of markup
This commit is contained in:
parent
ec9670ee1d
commit
45ca4f115f
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-app>
|
<v-app>
|
||||||
<toolbar></toolbar>
|
<toolbar />
|
||||||
<v-content>
|
<v-content>
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</v-content>
|
</v-content>
|
||||||
@ -56,6 +56,9 @@ a {
|
|||||||
a:hover {
|
a:hover {
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
}
|
}
|
||||||
|
.text-transform-none {
|
||||||
|
text-transform: none !important;
|
||||||
|
}
|
||||||
div.sourceCode {
|
div.sourceCode {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user