| Current Path : /var/www/homesaver/www/bitrix/js/ui/typography/src/css/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/typography/src/css/quote.css |
.ui-typography-quote {
border: 1px solid #e0e2e3;
background-color: #f3f6f7;
margin: var(--ui-typography-block-space-stack) 0;
padding: 0 var(--ui-typography-block-space-stack) 0 var(--ui-space-inset-2xl);
border-radius: var(--ui-border-radius-sm);
position: relative;
font-family: var(--ui-typography-font-family), sans-serif;
font-size: var(--ui-typography-font-size);
line-height: var(--ui-typography-line-height);
color: var(--ui-typography-color-text);
}
.ui-typography-quote:empty:after {
content: '\00A0';
}
.ui-typography-quote:before {
display: block;
content: '';
position: absolute;
left: 12px;
top: 9px;
width: 8px;
height: 14px;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%2011.813C2.563%2010.6%203.844%209.171%203.844%207.531c-1.104-.121-2.01-.551-2.719-1.29C.417%205.5.063%204.646.063%203.675c0-1.033.348-1.903%201.046-2.612C1.807.354%202.677%200%203.72%200c1.146%200%202.146.46%203%201.382C7.573%202.303%208%203.422%208%204.738%208%208.685%205.74%2011.773%201.219%2014L0%2011.813z%22%20opacity%3D%22.303%22/%3E%3C/svg%3E');
background-repeat: no-repeat;
}