mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
proper aligning for tabs (#2175)
* adds baseline to tabs ul [x] fix for #2172 * Update tabs.sass * Update content.sass * Update content.sass * Update content.sass * Update content.sass * Update content.sass
This commit is contained in:
committed by
Jeremy Thomas
parent
187be3694c
commit
facb1439ce
@@ -87,6 +87,7 @@ $content-table-foot-cell-color: $text-strong !default
|
|||||||
list-style: disc outside
|
list-style: disc outside
|
||||||
margin-left: 2em
|
margin-left: 2em
|
||||||
margin-top: 1em
|
margin-top: 1em
|
||||||
|
|
||||||
ul
|
ul
|
||||||
list-style-type: circle
|
list-style-type: circle
|
||||||
margin-top: 0.5em
|
margin-top: 0.5em
|
||||||
@@ -143,6 +144,9 @@ $content-table-foot-cell-color: $text-strong !default
|
|||||||
td,
|
td,
|
||||||
th
|
th
|
||||||
border-bottom-width: 0
|
border-bottom-width: 0
|
||||||
|
.tabs
|
||||||
|
li + li
|
||||||
|
margin-top: 0
|
||||||
// Sizes
|
// Sizes
|
||||||
&.is-small
|
&.is-small
|
||||||
font-size: $size-small
|
font-size: $size-small
|
||||||
|
|||||||
Reference in New Issue
Block a user