[develop | DONE | ADDED]: fos.component.less: (commented classes) Experimenting on visibility and transitioning of FoS L4.

This commit is contained in:
Konstantina Galouni 2024-09-10 00:20:08 +03:00
parent 4fe679af7b
commit 8e41736f48
1 changed files with 22 additions and 0 deletions

View File

@ -3,3 +3,25 @@
.custom-bottom-border {
border-bottom: 5px solid fade(@explore-color, @global-opacity);
}
//.child {
// height: 0;
// //visibility: hidden;
// opacity: 0;
//}
//
//.parent:hover .uk-transition-slide-top {
// transition-delay: 0.5s;
//}
//
//.parent:hover .child {
// height: auto;
// visibility: visible;
// opacity: 1;
// //transition-delay: 0.5s;
// //transition: 0.6s ease-out;
//}
//
//.parent {
// //transition: all 0.6s ease-out;
//}