hover d-flex/block

This commit is contained in:
Barış Soner Uşaklı
2022-10-02 20:45:03 -04:00
parent 5f12d167ab
commit f3ee1097ed

View File

@@ -165,13 +165,16 @@
}
.hover-parent {
.hover-display {
.hover-d-block, .hover-d-flex {
display: none!important;
}
&:hover {
.hover-display {
.hover-d-block {
display: block!important;
}
.hover-d-flex {
display: flex!important;
}
}
}