MM-50252_Refresh UI of the marketplace to improve first impressions (#22698)

Этот коммит содержится в:
Julian Mondragón
2023-04-03 12:10:39 -05:00
коммит произвёл GitHub
родитель 69657be9f2
Коммит 22bc41effa
43 изменённых файлов: 1890 добавлений и 1652 удалений

Просмотреть файл

@@ -114,9 +114,13 @@
display: flex;
font-size: 18px;
&::before {
&:first-child::before {
margin: 0 7px 0 0;
}
&:last-child::before {
margin: 0 0 0 7px;
}
}
}
@@ -146,7 +150,7 @@
outline: none;
}
&:disabled {
&:disabled:not(.always-show-enabled) {
background: rgba(var(--center-channel-color-rgb), 0.08);
color: rgba(var(--center-channel-color-rgb), 0.32);
cursor: not-allowed;