Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
images
/
less-eduPoint
/
shortcodes
:
clients.less
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* * Shortcode: clients.less * ----------------------------------------------- */ .clients-logo { .item { background: @gray-lighter; border-color: transparent; box-shadow: 0 0 0 10px fade(@white-base, 100%); margin-bottom: 30px; padding: 10px; .transition(all .3s ease 0s); } img { max-height: 90px; width: auto; display: inline; opacity: 0.6; &:hover { opacity: 1; } } } .clients-logo { &.carousel { text-align: center; .item { box-shadow: none; margin: 0 10px; } } } .clients-logo { &.style2 { .item { box-shadow: none; img { max-height: 120px; } } } } .client-img { opacity: 0.6; text-align: center; .transition(all .3s ease 0s); &:hover { opacity: 1; } img { max-height: 90px; } } .clients-logo { &.carousel { text-align: center; .item { box-shadow: none; margin: 0 10px; } } }