1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: ability to export connections

This commit is contained in:
2023-08-17 13:48:55 +02:00
parent 832aa75ebe
commit f5b86e59e7
12 changed files with 485 additions and 14 deletions

View File

@ -144,11 +144,17 @@
cursor: default;
}
.input-group .input-group-addon {
border-color: #3f3f3f;
.has-error .form-input {
background: $bg-color-dark;
}
.input-group {
.input-group-addon {
border-color: #3f3f3f;
background: $bg-color-dark;
}
}
.empty {
color: $body-font-color-dark;
background: transparent;