Update Toolbar styling.

This commit is contained in:
2022-05-06 08:45:33 +03:00
parent 29734a6b94
commit de8d78ea31
2 changed files with 14 additions and 10 deletions
@@ -13,6 +13,7 @@
display: inline-block;
border-radius: 2px;
font-size: 14px;
white-space: pre-line;
}
</style>
@@ -34,8 +35,7 @@
<div>
<img src="images/demo.jpeg" alt="">
<br>
<code>
&lt;img src=&quot;images/demo.jpeg&quot; alt=&quot;&quot;&gt;
<code>&lt;img src=&quot;images/demo.jpeg&quot; alt=&quot;&quot;&gt;
</code>
</div>
@@ -47,8 +47,7 @@
<div>
<a href="#" class="btn btn--primary">Primary</a>
<br>
<code>
&lt;a href=&quot;#&quot; class=&quot;btn btn--primary&quot;&gt;Primary&lt;/a&gt;
<code>&lt;a href=&quot;#&quot; class=&quot;btn btn--primary&quot;&gt;Primary&lt;/a&gt;
</code>
</div>
@@ -57,8 +56,7 @@
<div>
<a href="#" class="btn btn--secondary">Secondary</a>
<br>
<code>
&lt;a href=&quot;#&quot; class=&quot;btn btn--secondary&quot;&gt;Secondary&lt;/a&gt;
<code>&lt;a href=&quot;#&quot; class=&quot;btn btn--secondary&quot;&gt;Secondary&lt;/a&gt;
</code>
</div>
</div>