mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
26190da566
Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
.hover-container {
|
|
.show-on-hover {
|
|
display: none;
|
|
}
|
|
|
|
&:hover {
|
|
.show-on-hover {
|
|
display: initial;
|
|
}
|
|
}
|
|
} |