@taiga-ui/design-tokens 0.299.0 → 0.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/angular/desktop.less
CHANGED
|
@@ -1293,9 +1293,4 @@
|
|
|
1293
1293
|
--tui-text-warning-hover: var(--tui-const-yellow-darker-60); // Предупреждающие текст и иконки при наведении на вебе
|
|
1294
1294
|
--tui-text-warning-on-dark: var(--tui-const-yellow-darker-54); // Предупреждающие текст и иконки на тёмных фонах
|
|
1295
1295
|
--tui-text-primary-on-tinkoff: var(--tui-const-black-lighter-20); // @Deprecated: Заменён на цвет primary-on-t-bank
|
|
1296
|
-
--tui-shadow-small: 0px 0px 0px 0px rgba(0, 0, 0, 0); // Тень для мелких элементов интерфейса, например Chips
|
|
1297
|
-
--tui-shadow-small-hover: 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
|
1298
|
-
--tui-shadow-medium: 0px 0px 0px 0px rgba(0, 0, 0, 0); // Тень для карточек и других больших объектов, например тултипов
|
|
1299
|
-
--tui-shadow-medium-hover: 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
|
1300
|
-
--tui-shadow-popup: 0px 0px 0px 0px rgba(0, 0, 0, 0); // Тень для карточек, всплывающих поверх контента: например попап-онбординг
|
|
1301
1296
|
}
|