Commit e1ba4844 authored by Nikolay Gromov's avatar Nikolay Gromov

Библиотека: поправил описание Алертов, добавил разметку в папку компонента

parent e59d343c
<!--DEV <!--DEV
Нужно убрать пробел между @-ами: <div class="alert">
<h1 class="alert__header">Нейтральное сообщение</h1>
<p>...</p>
</div>
@ @include('blocks/alert/alert.html') <div class="alert alert--danger">
<h1 class="alert__header">Внимание, опасность, отказ</h1>
<p>...</p>
</div>
<div class="alert alert--success">
<h1 class="alert__header">Успешное действие</h1>
<p>...</p>
</div>
<div class="alert alert--danger-invert">
<h1 class="alert__header">Внимание, опасность, отказ</h1>
<p>...</p>
</div>
<div class="alert alert--success-invert">
<h1 class="alert__header">Успешное действие</h1>
<p>...</p>
</div>
<div class="alert alert--icon">
<div class="alert__icon">
<svg width="3em" height="3em" fill="currentColor"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#block-library-camera"></use></svg>
</div>
<div class="alert__content">
...
</div>
</div>
<div class="alert alert--icon">
<div class="alert__content">
...
</div>
<div class="alert__icon">
<svg width="3em" height="3em" fill="currentColor"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#block-library-camera"></use></svg>
</div>
</div>
--> -->
<div class="alert">content</div>
...@@ -4714,7 +4714,7 @@ ...@@ -4714,7 +4714,7 @@
<code class="html"> &lt;h1 class=&quot;alert__header&quot;&gt;Внимание, опасность, отказ&lt;/h1&gt; &lt;!-- &#x41d;&#x435;&#x43e;&#x431;&#x44f;&#x437;&#x430;&#x442;&#x435;&#x43b;&#x44c;&#x43d;&#x44b;&#x439; &#x437;&#x430;&#x433;&#x43e;&#x43b;&#x43e;&#x432;&#x43e;&#x43a; --&gt;</code> <code class="html"> &lt;h1 class=&quot;alert__header&quot;&gt;Внимание, опасность, отказ&lt;/h1&gt; &lt;!-- &#x41d;&#x435;&#x43e;&#x431;&#x44f;&#x437;&#x430;&#x442;&#x435;&#x43b;&#x44c;&#x43d;&#x44b;&#x439; &#x437;&#x430;&#x433;&#x43e;&#x43b;&#x43e;&#x432;&#x43e;&#x43a; --&gt;</code>
<code class="html"> &lt;p&gt;...&lt;/p&gt;</code> <code class="html"> &lt;p&gt;...&lt;/p&gt;</code>
<code class="html">&lt;/div&gt;</code> <code class="html">&lt;/div&gt;</code>
<code class="html"></code> <code class="html"> </code>
<code class="html">&lt;div class=&quot;alert alert--success&quot;&gt;</code> <code class="html">&lt;div class=&quot;alert alert--success&quot;&gt;</code>
<code class="html"> &lt;h1 class=&quot;alert__header&quot;&gt;Успешное действие&lt;/h1&gt; &lt;!-- &#x41d;&#x435;&#x43e;&#x431;&#x44f;&#x437;&#x430;&#x442;&#x435;&#x43b;&#x44c;&#x43d;&#x44b;&#x439; &#x437;&#x430;&#x433;&#x43e;&#x43b;&#x43e;&#x432;&#x43e;&#x43a; --&gt;</code> <code class="html"> &lt;h1 class=&quot;alert__header&quot;&gt;Успешное действие&lt;/h1&gt; &lt;!-- &#x41d;&#x435;&#x43e;&#x431;&#x44f;&#x437;&#x430;&#x442;&#x435;&#x43b;&#x44c;&#x43d;&#x44b;&#x439; &#x437;&#x430;&#x433;&#x43e;&#x43b;&#x43e;&#x432;&#x43e;&#x43a; --&gt;</code>
<code class="html"> &lt;p&gt;...&lt;/p&gt;</code> <code class="html"> &lt;p&gt;...&lt;/p&gt;</code>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment