connection modal

This commit is contained in:
Jan Prochazka
2021-03-04 10:04:34 +01:00
parent a0aa508e8d
commit 593e61abb9
14 changed files with 213 additions and 1 deletions

View File

@@ -48,6 +48,11 @@
--theme-bg-selected: #15395b; /* blue-3 */
--theme-bg-statusbar-inv: blue;
--theme-bg-modalheader: rgb(43, 60, 61);
--theme-bg-button-inv: #004488;
--theme-bg-button-inv-2: #1a5794;
--theme-bg-button-inv-3: #346aa0;
--theme-icon-blue: #3c9ae8;
--theme-icon-green: #8fd460;

View File

@@ -41,6 +41,11 @@
--theme-bg-selected: #91d5ff; /* blue-3 */
--theme-bg-statusbar-inv: blue;
--theme-bg-modalheader: #eff;
--theme-bg-button-inv: #337ab7;
--theme-bg-button-inv-2: #4d8bc0;
--theme-bg-button-inv-3: #679cc9;
--theme-icon-blue: #096dd9; /* blue-7 */
--theme-icon-green: #237804; /* green-7 */
@@ -51,5 +56,6 @@
--theme-icon-inv-green: #8fd460;
--theme-icon-inv-red: #e84749;
}
</style>