[#976] added optional RelationOptions.DisplayFields and refactored the relation picker UI

This commit is contained in:
Gani Georgiev
2023-01-23 21:57:35 +02:00
parent 4c73e16f54
commit 4c010847e3
106 changed files with 1845 additions and 981 deletions

View File

@@ -14,19 +14,19 @@
--baseColor: #ffffff;
--baseAlt1Color: #ebeff2;
--baseAlt2Color: #dee3e8;
--baseAlt3Color: #a9b4bc;
--baseAlt4Color: #7c868d;
--baseAlt3Color: #d1d7db;
--baseAlt4Color: #848d94;
--infoColor: #3da9fc;
--infoAltColor: #d8eefe;
--successColor: #2cb67d;
--successAltColor: #d6f5e8;
--dangerColor: #ef4565;
--dangerColor: #e13756;
--dangerAltColor: #fcdee4;
--warningColor: #ff8e3c;
--warningAltColor: #ffe7d6;
--overlayColor: rgba(65, 80, 105, 0.25);
--overlayColor: rgba(60, 70, 105, 0.25);
--tooltipColor: rgba(0, 0, 0, 0.85);
--shadowColor: rgba(0, 0, 0, 0.06);
@@ -43,7 +43,7 @@
--inputHeight: 34px;
--btnHeight: 40px;
--xsBtnHeight: 24px;
--xsBtnHeight: 22px;
--smBtnHeight: 30px;
--lgBtnHeight: 54px;