Renamed SecurityMeasure to Tag
This commit is contained in:
		@@ -7,3 +7,4 @@
 | 
			
		||||
@import 'input/input';
 | 
			
		||||
@import 'image/image';
 | 
			
		||||
@import 'logo/logo';
 | 
			
		||||
@import 'tag/tag';
 | 
			
		||||
							
								
								
									
										14
									
								
								components/01_Atoms/tag/_tag.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								components/01_Atoms/tag/_tag.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
.LP-Tag{
 | 
			
		||||
	padding: 8px 14px;
 | 
			
		||||
	background-color: #D7CEC7;
 | 
			
		||||
	border-radius: 2px;
 | 
			
		||||
	width: max-content;
 | 
			
		||||
 | 
			
		||||
	.LP-Paragraph{
 | 
			
		||||
		padding: 0;
 | 
			
		||||
		margin: 0;
 | 
			
		||||
		font-family: $-primary-sans-serif-font;
 | 
			
		||||
		font-size: 1em;
 | 
			
		||||
		display: inline;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										6
									
								
								components/01_Atoms/tag/tag.config.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								components/01_Atoms/tag/tag.config.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
	"title": "Tag",
 | 
			
		||||
	"context": {
 | 
			
		||||
		"text": "Im a tag"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										3
									
								
								components/01_Atoms/tag/tag.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								components/01_Atoms/tag/tag.hbs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<div class="LP-Tag">
 | 
			
		||||
	{{> @paragraph text=text}}
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user