mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-07-31 02:50:26 +02:00
Updated generic shadow classes
Removed old classes, replaced with a single generic .shadowed class.
This commit is contained in:
@@ -1104,17 +1104,14 @@
|
||||
<pre><span class="bordered">Bordered</span>
|
||||
<span class="rounded">Rounded</span>
|
||||
<span class="circular">Circular</span>
|
||||
<span class="shadow-none">No shadow</span>
|
||||
<span class="shadow-small">Small shadow</span>
|
||||
<span class="shadow-medium">Medium shadow</span>
|
||||
<span class="shadow-large">Large shadow</span></pre>
|
||||
<span class="shadowed">Casts shadow</span></pre>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-6">
|
||||
<h3>Notes</h3>
|
||||
<ul>
|
||||
<li>Create generic borders using <code>.bordered</code></li>
|
||||
<li>Rounded and circular border radii available using <code>.rounded</code> and <code>.circular</code> classes</li>
|
||||
<li>Generic shadows available using the <code>.shadow-small</code>, <code>.shadow-medium</code>, <code>.shadow-large</code> and <code>.shadow-none</code> classes</li>
|
||||
<li>Generic shadows available using the <code>.shadowed</code> class</li>
|
||||
<li>Combine generic borders, border radii and generic shadows with each other but not with themselves</li>
|
||||
<li>All classes use <code><span class="fore-secondary">!important</span></code> declarations</li>
|
||||
<li>Generic borders work well with buttons</li>
|
||||
|
Reference in New Issue
Block a user