a few fixes

This commit is contained in:
Yann Esposito (Yogsototh) 2022-09-27 12:15:43 +02:00
parent 3ee2a24287
commit a23d34c4a8
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 22 additions and 14 deletions

2
brut.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -213,7 +213,8 @@
<h1>Icons</h1>
<div class="icons">
<div class="row">
<div class="col c6 card">
<div class="col c6">
<div class="card">
<div class="block"><b>Android Safe</b></div>
<i class="ico block" style="line-height: 1.5rem">
☎ ♂ ♀ ⓧ © § ® ⇦ ⇧ ⇨ ⇩♠ ♣ ♥ ♦ ♪ ♛ ♜ ♝ ♞ ♟☜ ☞ ♨ ♭ ♯ ¥£ ¢❊ ฿ ๏ ※ ₧ ₨ ₪ € №
@ -222,7 +223,9 @@
The "Android Safe" icons work everywhere, tested on hundreds of devices.
</div>
</div>
<div class="col c6 card">
</div>
<div class="col c6">
<div class="card">
<div class="block"><b>Total Set</b></div>
<i class="ico block" style="line-height: 1.5rem">
✉ ✰ ☁ ✈ ☑ ☒ ✆ ☀ ☮ ☢ ☠ ☣ ⌂ ℗ ☺ ☻ ☼ ∡ ∿ ⊝ ⊘ ⁂ ☤ ♫ ☄ ✎ ☟ ☝ ☹ ☭ ☚ ☛ ✌ 〠 ☃ ♮ ☂ ☸ ✍ ☯ ✂ ₩ ◍ ۩
@ -230,6 +233,7 @@
<div class="block msg warn">Although over 75% of Android devices we tested support all "Total Set" icons, if a substantial portion of your users use old Android devices you should stick to the "Android Safe" set. (The "Total Set" does not include icons from the "Android Safe" set.)</div>
</div>
</div>
</div>
<pre>&lt;i class="ico"&gt;Copy and paste icons from above here!&lt;/i&gt;</pre>
<h1>Grids</h1>
<div class="row">

View file

@ -4,18 +4,22 @@
padding: 1.5em;
}
.msg.info {
color: var(--fg);
background: var(--ci-1);
border-color: var(--ci0);
}
.msg.ok {
color: var(--fg);
background: var(--co-1);
border-color: var(--co0);
}
.msg.warn {
color: var(--fg);
background: var(--cw-1);
border-color: var(--cw0);
}
.msg.err {
color: var(--fg);
background: var(--ce-1);
border-color: var(--ce0);
}