mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	⚠️ Add flag design for content warning (#120)
* ⚠️ Add flag design for content warning
* Fix build error
* Lol fix build error
* Added terms
			
			
This commit is contained in:
		| @@ -74,7 +74,7 @@ | ||||
|     text-transform: uppercase; | ||||
|  | ||||
|     &--avoid { | ||||
|       --word-signal-color: #a40000; | ||||
|       --word-signal-color: $dark-red; | ||||
|  | ||||
|       &:before { | ||||
|         @include icon__avoid(); | ||||
| @@ -83,7 +83,7 @@ | ||||
|     } | ||||
|  | ||||
|     &--better { | ||||
|       --word-signal-color: green; | ||||
|       --word-signal-color: $dark-green; | ||||
|  | ||||
|       &:before { | ||||
|         @include icon__alt(); | ||||
| @@ -97,5 +97,12 @@ | ||||
|         @include icon__hanging(); | ||||
|       } | ||||
|     } | ||||
|     &--warning { | ||||
|       --word-signal-color: $dark-yellow; | ||||
|       &:before { | ||||
|         @include icon__warning(); | ||||
|         @include icon__hanging(); | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tatiana Mac
					Tatiana Mac