latest elm
This commit is contained in:
parent
ef0f1e02e9
commit
3f3671f138
2 changed files with 381 additions and 309 deletions
674
public/elm.js
674
public/elm.js
File diff suppressed because it is too large
Load diff
|
|
@ -73,6 +73,12 @@ p {
|
||||||
background-color: #042c47;
|
background-color: #042c47;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lamassuAdminButton.lamassuAdminDisabled {
|
||||||
|
background-color: #E6E6E3;
|
||||||
|
color: #ffffff;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.lamassuAdminMainLeft {
|
.lamassuAdminMainLeft {
|
||||||
background-color: #2d2d2d;
|
background-color: #2d2d2d;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -315,10 +321,6 @@ p {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lamassuAdminConfigTable input:invalid {
|
|
||||||
color: #eb6b6e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lamassuAdminConfigTable .lamassuAdminShortCell {
|
.lamassuAdminConfigTable .lamassuAdminShortCell {
|
||||||
width: 5em;
|
width: 5em;
|
||||||
}
|
}
|
||||||
|
|
@ -347,10 +349,14 @@ p {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lamassuAdminConfigTable .lamassuAdminRequiredComponent {
|
.lamassuAdminConfigTable .lamassuAdminInvalidComponent {
|
||||||
border-top-color: #eb6b6e;
|
border-top-color: #eb6b6e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lamassuAdminConfigTable .lamassuAdminInvalidComponent input {
|
||||||
|
color: #eb6b6e;
|
||||||
|
}
|
||||||
|
|
||||||
.lamassuAdminConfigTable .lamassuAdminFocusedComponent {
|
.lamassuAdminConfigTable .lamassuAdminFocusedComponent {
|
||||||
border-top-color: #37e8d7;
|
border-top-color: #37e8d7;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue