readd stolen raffles and layout fixes
This commit is contained in:
		@@ -184,7 +184,6 @@ export default {
 | 
				
			|||||||
    padding: 0 1em 0 1em;
 | 
					    padding: 0 1em 0 1em;
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    width: 12.5em;
 | 
					    width: 12.5em;
 | 
				
			||||||
    column-gap: 15px;
 | 
					 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    text-decoration: none;
 | 
					    text-decoration: none;
 | 
				
			||||||
    color: black;
 | 
					    color: black;
 | 
				
			||||||
@@ -196,6 +195,7 @@ export default {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    p {
 | 
					    p {
 | 
				
			||||||
      font-size: 16px;
 | 
					      font-size: 16px;
 | 
				
			||||||
 | 
					      margin-left: 15px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @include tablet {
 | 
					    @include tablet {
 | 
				
			||||||
@@ -352,7 +352,7 @@ h1 {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .icon--arrow-long-right {
 | 
					  .icon--arrow-long-right {
 | 
				
			||||||
    rotate: 90deg;
 | 
					    transform: rotate(90deg);
 | 
				
			||||||
    color: $link-color;
 | 
					    color: $link-color;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,8 +5,9 @@
 | 
				
			|||||||
    <div class="total-raffles">
 | 
					    <div class="total-raffles">
 | 
				
			||||||
        Totalt 
 | 
					        Totalt 
 | 
				
			||||||
        <span class="total">{{ total }}</span>
 | 
					        <span class="total">{{ total }}</span>
 | 
				
			||||||
         kjøpte og 
 | 
					         kjøpte, 
 | 
				
			||||||
        <span>{{ totalWin }} vinn</span>
 | 
					        <span>{{ totalWin }} vinn og </span>
 | 
				
			||||||
 | 
					        <span> {{ stolen }} stjålet </span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user