mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 14:54:45 +00:00
Fixes small spacing issue for defense print variant
This commit is contained in:
parent
0f4428e405
commit
09710f454e
@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
### [1.15.7] 2023-05-29 Fix to .ms-defense-print
|
||||||
|
|
||||||
|
* **Fixed:** resolved a spacing issue for the .ms-defense-print utility class
|
||||||
|
|
||||||
### [1.15.6] 2023-05-29 Spring 2023 abilities, DFCs, Defense loyalty
|
### [1.15.6] 2023-05-29 Spring 2023 abilities, DFCs, Defense loyalty
|
||||||
|
|
||||||
* **Added:** DFC symbols for front and back, as well as "face down" and the various meld cards on Arena ([#102](https://github.com/andrewgioia/mana/issues/102))
|
* **Added:** DFC symbols for front and back, as well as "face down" and the various meld cards on Arena ([#102](https://github.com/andrewgioia/mana/issues/102))
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mana",
|
"name": "mana",
|
||||||
"homepage": "https://github.com/andrewgioia/mana",
|
"homepage": "https://github.com/andrewgioia/mana",
|
||||||
"version": "1.15.6",
|
"version": "1.15.7",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Andrew Gioia <andrew@gioia.email>"
|
"Andrew Gioia <andrew@gioia.email>"
|
||||||
],
|
],
|
||||||
|
@ -1494,6 +1494,7 @@ span.ms-half > .ms-cost {
|
|||||||
.ms-defense-print {
|
.ms-defense-print {
|
||||||
display: list-item;
|
display: list-item;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
|
width: 0.9em;
|
||||||
}
|
}
|
||||||
.ms-defense-print::before {
|
.ms-defense-print::before {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/mana.min.css
vendored
2
css/mana.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -296,6 +296,7 @@
|
|||||||
&-print {
|
&-print {
|
||||||
display: list-item;
|
display: list-item;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
|
width: 0.9em;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// base variables
|
// base variables
|
||||||
@ms-font-path: '../fonts';
|
@ms-font-path: '../fonts';
|
||||||
@ms-version: '1.15.6';
|
@ms-version: '1.15.7';
|
||||||
@ms-font-size-base: 14px;
|
@ms-font-size-base: 14px;
|
||||||
@ms-prefix: ms;
|
@ms-prefix: ms;
|
||||||
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;
|
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mana-font",
|
"name": "mana-font",
|
||||||
"version": "1.15.6",
|
"version": "1.15.7",
|
||||||
"description": "Magic: the Gathering mana symbol pictographic font",
|
"description": "Magic: the Gathering mana symbol pictographic font",
|
||||||
"main": "css/mana.css",
|
"main": "css/mana.css",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -302,6 +302,7 @@
|
|||||||
&-print {
|
&-print {
|
||||||
display: list-item;
|
display: list-item;
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
|
width: 0.9em;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user