mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
13 lines
165 B
CSS
13 lines
165 B
CSS
.ol-popup > div {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.visible {
|
|
opacity: 1;
|
|
}
|
|
|
|
.invisible {
|
|
opacity: 0;
|
|
transition: opacity 2s linear;
|
|
} |