mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00: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:
parent
187be3694c
commit
facb1439ce
@ -87,11 +87,12 @@ $content-table-foot-cell-color: $text-strong !default
|
||||
list-style: disc outside
|
||||
margin-left: 2em
|
||||
margin-top: 1em
|
||||
|
||||
ul
|
||||
list-style-type: circle
|
||||
margin-top: 0.5em
|
||||
ul
|
||||
list-style-type: square
|
||||
list-style-type: square
|
||||
dd
|
||||
margin-left: 2em
|
||||
figure
|
||||
@ -143,6 +144,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
|
||||
|
Loading…
Reference in New Issue
Block a user