11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
.menu-unit {
|
|
}
|
|
|
|
.menu-unit:hover {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|