categories,18popup,clear.TextEditorSwap,GameCardHover #177
@ -53,4 +53,42 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.IBMSMSMBSSCategories {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
grid-gap: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.IBMSMSMBSSCategoriesBox {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
grid-gap: 2px;
|
||||||
|
background: hsl(0deg 0% 100% / 0%);
|
||||||
|
border-radius: 5px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.IBMSMSMBSSCategoriesBoxItem {
|
||||||
|
padding: 10px 15px;
|
||||||
|
line-height: 1;
|
||||||
|
color: hsl(0deg 0% 100% / 35%);
|
||||||
|
background: hsl(0deg 0% 100% / 10%);
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.IBMSMSMBSSCategoriesBoxSeparator {
|
||||||
|
padding: 5px;
|
||||||
|
line-height: 1;
|
||||||
|
color: hsl(0deg 0% 100% / 35%);
|
||||||
|
background: hsl(0deg 0% 100% / 10%);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user