mirror of
				https://github.com/andrewgioia/mana.git
				synced 2025-11-04 00:50: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 
 | 
			
		||||
 | 
			
		||||
### [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))
 | 
			
		||||
 | 
			
		||||
@ -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>"
 | 
			
		||||
  ],
 | 
			
		||||
 | 
			
		||||
@ -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
									
									
								
							
							
						
						
									
										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 {
 | 
			
		||||
        display: list-item;
 | 
			
		||||
        list-style-position: inside;
 | 
			
		||||
        width: 0.9em;
 | 
			
		||||
 | 
			
		||||
        &::before {
 | 
			
		||||
            color: #fff;
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
 | 
			
		||||
@ -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": {
 | 
			
		||||
 | 
			
		||||
@ -302,6 +302,7 @@
 | 
			
		||||
    &-print {
 | 
			
		||||
        display: list-item;
 | 
			
		||||
        list-style-position: inside;
 | 
			
		||||
        width: 0.9em;
 | 
			
		||||
 | 
			
		||||
        &::before {
 | 
			
		||||
            color: #fff;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user