mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
bootstrap, missing _reset-text.scss (https://github.com/opnsense/core/issues/3377)
This commit is contained in:
parent
79c657675b
commit
c24b45f17f
@ -0,0 +1,18 @@
|
||||
@mixin reset-text() {
|
||||
font-family: $font-family-base;
|
||||
// We deliberately do NOT reset font-size.
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: $line-height-base;
|
||||
line-break: auto;
|
||||
text-align: left; // Fallback for where `start` is not supported
|
||||
text-align: start;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-break: normal;
|
||||
word-spacing: normal;
|
||||
word-wrap: normal;
|
||||
white-space: normal;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user