mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add contribution text
This commit is contained in:
parent
3f8655c87d
commit
298832fdcf
@ -62,3 +62,17 @@ route: documentation
|
||||
</section>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<p class="has-text-centered has-text-grey-light">
|
||||
This page is <strong class="has-text-grey">open source</strong>.
|
||||
Noticed a typo?
|
||||
Or something unclear?
|
||||
<a class="has-text-grey" href="https://github.com/jgthms/bulma/blob/master/docs/{{ page.path }}" style="border-bottom: 1px solid currentColor;">
|
||||
Improve this page on GitHub
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -961,6 +961,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.is-radiusless {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.is-unselectable {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
@ -7649,7 +7653,6 @@ label.panel-block:hover {
|
||||
}
|
||||
|
||||
.section {
|
||||
background-color: white;
|
||||
padding: 3rem 1.5rem;
|
||||
}
|
||||
|
||||
|
@ -36,19 +36,6 @@ doc-subtab: helpers
|
||||
<td><code>is-fullwidth</code></td>
|
||||
<td>Takes up the whole width (100%)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="3">Text</th>
|
||||
<td><code>has-text-centered</code></td>
|
||||
<td>Centers the text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>has-text-left</code></td>
|
||||
<td>Text is left-aligned</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>has-text-right</code></td>
|
||||
<td>Text is right-aligned</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="4">Other</th>
|
||||
<td><code>is-marginless</code></td>
|
||||
@ -59,12 +46,12 @@ doc-subtab: helpers
|
||||
<td>Removes any <strong>padding</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>is-unselectable</code></td>
|
||||
<td>Prevents the text from being <strong>selectable</strong></td>
|
||||
<td><code>is-radiusless</code></td>
|
||||
<td>Removes any <strong>radius</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>is-hidden</code></td>
|
||||
<td>Hides element</td>
|
||||
<td><code>is-unselectable</code></td>
|
||||
<td>Prevents the text from being <strong>selectable</strong></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -148,5 +148,8 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
||||
.is-paddingless
|
||||
padding: 0 !important
|
||||
|
||||
.is-radiusless
|
||||
border-radius: 0 !important
|
||||
|
||||
.is-unselectable
|
||||
+unselectable
|
||||
|
@ -1,5 +1,4 @@
|
||||
.section
|
||||
background-color: $white
|
||||
padding: 3rem 1.5rem
|
||||
// Responsiveness
|
||||
+desktop
|
||||
|
Loading…
Reference in New Issue
Block a user