2020-09-07 10:22:16 +02:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-09-10 01:12:29 +02:00
|
|
|
|
|
|
|
.menu {
|
|
|
|
z-index: 100;
|
|
|
|
}
|
2020-09-20 11:54:38 +02:00
|
|
|
|
|
|
|
.text {
|
|
|
|
font-size: var(--font-size-small);
|
|
|
|
}
|
2020-09-20 12:28:05 +02:00
|
|
|
|
|
|
|
.open {
|
|
|
|
background: var(--gray200);
|
|
|
|
}
|
|
|
|
|
|
|
|
.open:hover {
|
|
|
|
background: var(--gray200);
|
|
|
|
}
|