Back to sass
This commit is contained in:
parent
4a140df2a6
commit
19d4f8bc1b
36 changed files with 176 additions and 276 deletions
29
assets/sass/base/base.sass
Normal file
29
assets/sass/base/base.sass
Normal file
|
@ -0,0 +1,29 @@
|
|||
a
|
||||
color: inherit
|
||||
text-decoration: none
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
main a
|
||||
text-decoration: underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: none
|
||||
|
||||
h1, h2, h3
|
||||
@apply mb-2
|
||||
|
||||
.content h2,
|
||||
.content h3
|
||||
@apply mt-6
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
blockquote,
|
||||
table,
|
||||
pre
|
||||
@apply mb-6
|
12
assets/sass/base/images.sass
Normal file
12
assets/sass/base/images.sass
Normal file
|
@ -0,0 +1,12 @@
|
|||
img
|
||||
&.with-border
|
||||
@apply border border-solid border-grey-light
|
||||
|
||||
&.with-padding
|
||||
@apply p-1
|
||||
|
||||
&.avatar
|
||||
@apply border p-1 rounded-full
|
||||
|
||||
svg
|
||||
fill: currentColor
|
19
assets/sass/base/vue.sass
Normal file
19
assets/sass/base/vue.sass
Normal file
|
@ -0,0 +1,19 @@
|
|||
[v-cloak]
|
||||
.v-cloak-block
|
||||
@apply block
|
||||
|
||||
.v-cloak-inline
|
||||
@apply inline
|
||||
|
||||
.v-cloak-inline-block
|
||||
@apply inline-block
|
||||
|
||||
.v-cloak-hidden
|
||||
@apply hidden
|
||||
|
||||
.v-cloak-invisible
|
||||
@apply invisible
|
||||
|
||||
.v-cloak-block,
|
||||
.v-cloak-inline,
|
||||
@apply hidden
|
Loading…
Add table
Add a link
Reference in a new issue