Виправлення помилок.

Додан новий метод авторізації в застосунок.
This commit is contained in:
2026-06-16 16:50:01 +03:00
parent 0b38f137bf
commit 9797ff6137
28 changed files with 2756 additions and 493 deletions
+27 -8
View File
@@ -112,7 +112,7 @@
border-radius: 0px 0px 10px 10px;
}
#block-sheeps-list>.filter>select{
#block-sheeps-list>.filter>select {
width: 100%;
padding: 0 5px;
border-radius: calc(var(--border-radius) - 5px - 4px);
@@ -297,15 +297,15 @@
fill: var(--PrimaryColor);
}
#block-sheep-info>#sheep-editor>.editor-blocks-inputs {
#block-sheep-info>#sheep-editor .editor-blocks-inputs {
width: 100%;
display: flex;
margin: 10px 0;
margin: 0 0 10px 0;
align-items: flex-start;
flex-direction: column;
}
#block-sheep-info>#sheep-editor>.editor-blocks-inputs label {
#block-sheep-info>#sheep-editor .editor-blocks-inputs label {
display: flex;
justify-content: center;
flex-direction: row;
@@ -314,12 +314,12 @@
margin-bottom: 5px;
}
#block-sheep-info>#sheep-editor>.editor-blocks-inputs label>span {
#block-sheep-info>#sheep-editor .editor-blocks-inputs label>span {
opacity: 0.5;
margin-left: 5px;
}
#block-sheep-info>#sheep-editor>.editor-blocks-inputs input {
#block-sheep-info>#sheep-editor .editor-blocks-inputs input {
width: calc(100% - 10px);
min-width: 140px;
padding: 0 5px;
@@ -330,7 +330,7 @@
font-size: var(--FontSize2);
}
#block-sheep-info>#sheep-editor>.editor-blocks-inputs select {
#block-sheep-info>#sheep-editor .editor-blocks-inputs select {
width: 100%;
min-width: 140px;
padding: 0 5px;
@@ -340,7 +340,7 @@
color: var(--ColorThemes3);
}
#block-sheep-info>#sheep-editor>.editor-blocks-inputs p {
#block-sheep-info>#sheep-editor .editor-blocks-inputs p {
display: flex;
width: calc(100% - 10px);
min-width: 140px;
@@ -352,6 +352,7 @@
color: var(--ColorThemes3);
align-items: center;
cursor: copy;
margin: 0;
}
#block-sheep-info>#sheep-editor>.editor-blocks-checkbox {
@@ -405,6 +406,13 @@
margin: 10px 0 0 0;
text-transform: uppercase;
}
#block-sheep-info>#sheep-editor>button[type="button"]{
background: var(--ColorThemes3);
color: var(--ColorThemes0);
height: 30px;
font-size: var(--FontSize1);
font-weight: 400;
}
#block-sheep-addeds {
width: 100%;
@@ -640,6 +648,17 @@
align-items: flex-start;
}
#qr-code {
width: 100%;
padding: 10px 0;
display: flex;
align-items: center;
justify-content: center;
background: #fbfbfb;
border-radius: calc(var(--border-radius) - 5px - 4px);
box-shadow: var(--shadow-l1);
}
@media (min-width: 1001px),