mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
.hover-container {
|
|
.show-on-hover {
|
|
display: none;
|
|
}
|
|
|
|
&:hover {
|
|
.show-on-hover {
|
|
display: initial;
|
|
}
|
|
}
|
|
} |