feat: oleg gone away
This commit is contained in:
		@@ -35,6 +35,7 @@
 | 
			
		||||
            margin-top: 8px;
 | 
			
		||||
            display: flex;
 | 
			
		||||
            justify-content: space-between;
 | 
			
		||||
            text-align: justify;
 | 
			
		||||
            /*text-align: right;*/
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
@@ -43,6 +44,7 @@
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .footer-line {
 | 
			
		||||
 | 
			
		||||
            text-align: justify;
 | 
			
		||||
            font-size: medium;
 | 
			
		||||
            font-weight: bolder;
 | 
			
		||||
@@ -106,8 +108,13 @@
 | 
			
		||||
            border-top: 2px solid black;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .footer-words {
 | 
			
		||||
        .footer-right {
 | 
			
		||||
            text-align: justify;
 | 
			
		||||
            max-width: 200px;
 | 
			
		||||
            text-align-last: justify;
 | 
			
		||||
        }
 | 
			
		||||
        .footer-words{
 | 
			
		||||
            text-align-last: left;
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
</head>
 | 
			
		||||
@@ -164,8 +171,10 @@
 | 
			
		||||
                <div class="footer-line">+79777740525 Игорь С. (Т-Банк)</div>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="footer-block">
 | 
			
		||||
                <div class="footer-line">Итого к оплате: {{ deal_price }} Р</div>
 | 
			
		||||
                <div class="footer-line footer-words">{{ deal_price_words }}</div>
 | 
			
		||||
                <div class="footer-line footer-right">
 | 
			
		||||
                    <p>Итого к оплате: {{ deal_price }} Р</p>
 | 
			
		||||
                    <p class="footer-words">{{ deal_price_words }}</p>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user