mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 19:27:36 +02:00
23 lines
258 B
CSS
23 lines
258 B
CSS
.groupDescription {
|
|
font-size: 16px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.groupContainer {
|
|
display: flex;
|
|
}
|
|
|
|
.group {
|
|
padding: 8px 16px;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
|
|
.group:hover {
|
|
background-color: #333;
|
|
}
|
|
|
|
.selectedGroup {
|
|
background-color: #444;
|
|
}
|