D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
urbane.createerp.com
/
assets
/
scss
/
Filename :
_file-manager.scss
back
Copy
/* =========== File Manager ============== */ .file-man-box { padding: 20px; border: 2px solid lighten($muted,25%); border-radius: 5px; position: relative; margin-bottom: 20px; .file-close { color: #f15642; position: absolute; line-height: 24px; font-size: 24px; right: 10px; top: 10px; visibility: hidden; } .file-img-box { line-height: 120px; text-align: center; img { height: 64px; } } .file-download { font-size: 32px; color: $muted; position: absolute; right: 10px; &:hover { color: $dark; } } .file-man-title { padding-right: 25px; } &:hover { border-color: $primary; .file-close { visibility: visible; } } }