mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
Stats text and styles
This commit is contained in:
parent
ccb238d36a
commit
e2b0804ebb
2 changed files with 6 additions and 3 deletions
|
|
@ -40,8 +40,8 @@
|
|||
when you <a href="https://github.com/transloadit/uppy#usage">pick and choose just the ones you need</a>, the size will be much smaller:
|
||||
|
||||
<ul>
|
||||
<li>Drag & Drop + Multipart uploads ≈ <code>18 Kb mingz</code></li>
|
||||
<li>Full-featured Dashboard with image previews and progress indicators + tus resumable uploader ≈ <code>36 Kb mingz</code></li>
|
||||
<li>Drag & Drop + Multipart uploades ≈ <code>18 Kb mingz</code></li>
|
||||
<li>Full-featured Dashboard with image previews and progress indicators + tus resumable uploades ≈ <code>36 Kb mingz</code></li>
|
||||
</ul>
|
||||
</p>
|
||||
<iframe scrolling="no" seamless="seamless" class="Disc" src="/disc.html"></iframe>
|
||||
|
|
|
|||
|
|
@ -236,11 +236,13 @@
|
|||
|
||||
a {
|
||||
color: $color-primary;
|
||||
transition: all .2s;
|
||||
// font-weight: 600;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: darken($color-primary, 10%);
|
||||
// text-decoration: underline;
|
||||
}
|
||||
|
||||
.post blockquote,
|
||||
|
|
@ -248,6 +250,7 @@
|
|||
margin: 1.6em 0;
|
||||
padding-left: 15px;
|
||||
border-left: 4px solid $color-primary;
|
||||
|
||||
p {
|
||||
font-weight: 600;
|
||||
margin-left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue