Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/vendor/bulma/sass/elements/content.sass')
-rw-r--r--assets/vendor/bulma/sass/elements/content.sass28
1 files changed, 21 insertions, 7 deletions
diff --git a/assets/vendor/bulma/sass/elements/content.sass b/assets/vendor/bulma/sass/elements/content.sass
index 8951a82..800268b 100644
--- a/assets/vendor/bulma/sass/elements/content.sass
+++ b/assets/vendor/bulma/sass/elements/content.sass
@@ -18,7 +18,7 @@ $content-table-foot-cell-border-width: 2px 0 0 !default
$content-table-foot-cell-color: $text-strong !default
.content
- +block
+ @extend %block
// Inline
li + li
margin-top: 0.25em
@@ -67,15 +67,25 @@ $content-table-foot-cell-color: $text-strong !default
margin-bottom: 1em
blockquote
background-color: $content-blockquote-background-color
- border-left: $content-blockquote-border-left
+ +ltr-property("border", $content-blockquote-border-left, false)
padding: $content-blockquote-padding
ol
- list-style: decimal outside
- margin-left: 2em
+ list-style-position: outside
+ +ltr-property("margin", 2em, false)
margin-top: 1em
+ &:not([type])
+ list-style-type: decimal
+ &.is-lower-alpha
+ list-style-type: lower-alpha
+ &.is-lower-roman
+ list-style-type: lower-roman
+ &.is-upper-alpha
+ list-style-type: upper-alpha
+ &.is-upper-roman
+ list-style-type: upper-roman
ul
list-style: disc outside
- margin-left: 2em
+ +ltr-property("margin", 2em, false)
margin-top: 1em
ul
list-style-type: circle
@@ -83,7 +93,7 @@ $content-table-foot-cell-color: $text-strong !default
ul
list-style-type: square
dd
- margin-left: 2em
+ +ltr-property("margin", 2em, false)
figure
margin-left: 2em
margin-right: 2em
@@ -115,7 +125,8 @@ $content-table-foot-cell-color: $text-strong !default
vertical-align: top
th
color: $content-table-cell-heading-color
- text-align: left
+ &:not([align])
+ text-align: inherit
thead
td,
th
@@ -132,6 +143,9 @@ $content-table-foot-cell-color: $text-strong !default
td,
th
border-bottom-width: 0
+ .tabs
+ li + li
+ margin-top: 0
// Sizes
&.is-small
font-size: $size-small