Project

General

Profile

1
/*! UIkit 2.27.5 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
/* ========================================================================
3
   Component: Upload
4
 ========================================================================== */
5
/*
6
 * Create a box-shadow when dragging a file over the upload area
7
 */
8
.uk-dragover {
9
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
10
}
(123-123/126)