Fixes small spacing issue for defense print variant

This commit is contained in:
Andrew Gioia 2023-05-29 13:34:13 -04:00
parent 0f4428e405
commit 09710f454e
No known key found for this signature in database
GPG Key ID: FC09694A000800C8
10 changed files with 13 additions and 6 deletions

View File

@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
## 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
* **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))

View File

@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/mana",
"version": "1.15.6",
"version": "1.15.7",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],

View File

@ -1494,6 +1494,7 @@ span.ms-half > .ms-cost {
.ms-defense-print {
display: list-item;
list-style-position: inside;
width: 0.9em;
}
.ms-defense-print::before {
color: #fff;

File diff suppressed because one or more lines are too long

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

View File

@ -296,6 +296,7 @@
&-print {
display: list-item;
list-style-position: inside;
width: 0.9em;
&::before {
color: #fff;

View File

@ -1,6 +1,6 @@
// base variables
@ms-font-path: '../fonts';
@ms-version: '1.15.6';
@ms-version: '1.15.7';
@ms-font-size-base: 14px;
@ms-prefix: ms;
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;

View File

@ -1,6 +1,6 @@
{
"name": "mana-font",
"version": "1.15.6",
"version": "1.15.7",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {

View File

@ -302,6 +302,7 @@
&-print {
display: list-item;
list-style-position: inside;
width: 0.9em;
&::before {
color: #fff;