Renamed SecurityMeasure to Tag
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
			
		||||
@import 'textSection/textSection';
 | 
			
		||||
@import 'placeTeaser/placeTeaser';
 | 
			
		||||
@import 'securityMeasureList/securityMeasureList';
 | 
			
		||||
@import 'tagList/tagList';
 | 
			
		||||
@@ -1,17 +0,0 @@
 | 
			
		||||
.LP-SecurityMeasure__List{
 | 
			
		||||
    list-style-type: none;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    padding:0;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
 | 
			
		||||
    .LP-SecurityMeasure__Item{
 | 
			
		||||
        margin: 0 8px;
 | 
			
		||||
        padding: 8px 14px;
 | 
			
		||||
        background-color: #D7CEC7;
 | 
			
		||||
        border-radius: 2px;
 | 
			
		||||
        .LP-Text{
 | 
			
		||||
            font-family: $-primary-sans-serif-font;
 | 
			
		||||
            font-size: 1.2rem;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
{}
 | 
			
		||||
@@ -1,7 +0,0 @@
 | 
			
		||||
<ul class="LP-SecurityMeasure__List">
 | 
			
		||||
    <li class="LP-SecurityMeasure__Item"><span class="LP-Text">Kameras</span></li>
 | 
			
		||||
    <li class="LP-SecurityMeasure__Item"><span class="LP-Text">Zaun</span></li>
 | 
			
		||||
    <li class="LP-SecurityMeasure__Item"><span class="LP-Text">Wachhund</span></li>
 | 
			
		||||
    <li class="LP-SecurityMeasure__Item"><span class="LP-Text">Alarmanlage</span></li>
 | 
			
		||||
    <li class="LP-SecurityMeasure__Item"><span class="LP-Text">Selbstschussanlage</span></li>
 | 
			
		||||
</ul>
 | 
			
		||||
							
								
								
									
										13
									
								
								components/02_Molecules/tagList/_tagList.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								components/02_Molecules/tagList/_tagList.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
.LP-TagList{
 | 
			
		||||
	.LP-TagList__List{
 | 
			
		||||
		list-style-type: none;
 | 
			
		||||
		display: flex;
 | 
			
		||||
		flex-wrap: wrap;
 | 
			
		||||
		padding:0;
 | 
			
		||||
		margin: 0;
 | 
			
		||||
 | 
			
		||||
		.LP-TagList__Item{
 | 
			
		||||
			margin: 6px;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										11
									
								
								components/02_Molecules/tagList/tagList.config.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								components/02_Molecules/tagList/tagList.config.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
{
 | 
			
		||||
	"title": "TagList",
 | 
			
		||||
	"context": {
 | 
			
		||||
		"tags": [
 | 
			
		||||
			"Kamera",
 | 
			
		||||
			"Wachhund",
 | 
			
		||||
			"Zaun",
 | 
			
		||||
			"Security"
 | 
			
		||||
		]
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										7
									
								
								components/02_Molecules/tagList/tagList.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								components/02_Molecules/tagList/tagList.hbs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
<div class="LP-TagList">
 | 
			
		||||
	<ul class="LP-TagList__List">
 | 
			
		||||
		{{#each tags}}
 | 
			
		||||
			<li class="LP-TagList__Item">{{> @tag text=this}}</li>
 | 
			
		||||
		{{/each}}
 | 
			
		||||
	</ul>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user