added backup apis and tests

This commit is contained in:
Gani Georgiev
2023-05-13 22:10:14 +03:00
parent 3b0f60fe15
commit e8b4a7eb26
104 changed files with 3192 additions and 1017 deletions
+8
View File
@@ -15,6 +15,7 @@ button {
position: relative;
z-index: 1;
display: inline-flex;
vertical-align: top;
align-items: center;
justify-content: center;
outline: 0;
@@ -238,6 +239,8 @@ button {
}
}
&.btn-xs {
padding-left: 7px;
padding-right: 7px;
min-width: var(--xsBtnHeight);
min-height: var(--xsBtnHeight);
}
@@ -1108,6 +1111,11 @@ select {
transition: background var(--baseAnimationSpeed);
.list-item {
border-top: 1px solid var(--baseAlt2Color);
&:hover,
&:focus-visible,
&:active {
background: none;
}
&.selected {
background: var(--baseAlt2Color);
}