Bläddra i källkod

Credit styles

Artur Paikin 9 år sedan
förälder
incheckning
d04bcd4294

+ 5 - 0
website/src/examples/dragdrop/src/css/app.css

@@ -1,3 +1,8 @@
 .UppyDragDrop-puppy {
   max-width: 80px;
 }
+
+.UppyDragDropExample-credit {
+  display: block;
+  margin: 20px 0;
+}

+ 0 - 3
website/src/examples/dragdrop/src/css/style.css

@@ -1,3 +0,0 @@
-.UppyDragDrop-puppy {
-  max-width: 80px;
-}

+ 1 - 1
website/src/examples/dragdrop/src/html/app.html

@@ -11,4 +11,4 @@
   <div class="UppyDragDrop-status"></div>
 </form>
 
-<small>Puppy icon by Jorge Fernandez del Castillo Gomez <br>from the Noun Project</small>
+<small class="UppyDragDropExample-credit">Puppy icon by Jorge Fernandez del Castillo Gomez <br>from the Noun Project</small>