[develop | DONE | ADDED]: fos.component.less: (commented classes) Experimenting on visibility and transitioning of FoS L4.
This commit is contained in:
parent
4fe679af7b
commit
8e41736f48
|
@ -3,3 +3,25 @@
|
||||||
.custom-bottom-border {
|
.custom-bottom-border {
|
||||||
border-bottom: 5px solid fade(@explore-color, @global-opacity);
|
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;
|
||||||
|
//}
|
Loading…
Reference in New Issue