mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
allow overriding text-rendering
This commit is contained in:
committed by
Jeremy Thomas
parent
fb866439ef
commit
8338ed2ff6
2
css/bulma.css
vendored
2
css/bulma.css
vendored
@@ -2329,7 +2329,7 @@ input[type="submit"].button {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification .delete {
|
.notification > .delete {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0.5em;
|
right: 0.5em;
|
||||||
top: 0.5em;
|
top: 0.5em;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@ html
|
|||||||
min-width: 300px
|
min-width: 300px
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
overflow-y: scroll
|
overflow-y: scroll
|
||||||
text-rendering: optimizeLegibility
|
text-rendering: $render-mode
|
||||||
|
|
||||||
article,
|
article,
|
||||||
aside,
|
aside,
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ $red: hsl(348, 100%, 61%) !default
|
|||||||
// Typography
|
// Typography
|
||||||
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
|
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
|
||||||
$family-monospace: monospace !default
|
$family-monospace: monospace !default
|
||||||
|
$render-mode: optimizeLegibility !default
|
||||||
|
|
||||||
$size-1: 3rem !default
|
$size-1: 3rem !default
|
||||||
$size-2: 2.5rem !default
|
$size-2: 2.5rem !default
|
||||||
|
|||||||
Reference in New Issue
Block a user