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
:
funfacts-20260224212948.less
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* * Shortcode: funfacts.less * ----------------------------------------------- */ .funfact{ .transition(all 0.5s ease); &.border { border: 1px solid @gray-lightgray; } &.no-border { border: 0; } &.border { border: 1px solid @gray-lightgray; } i { font-size: 45px; } h2 { position: relative; &:after { bottom: 0; } } .animate-number { line-height: 1; } } /* funfact style-1*/ .funfact { &.style-1 { i, .funfact-title { .transition(all 0.5s ease); } .funfact-title { color: @black-999; font-size: 14px; text-transform: uppercase; } } &.style-1 { &:hover { i { font-size: 40px; opacity: 0.3; } .funfact-title { color: @black-333; } } } }