большая разработка аутентификации

This commit is contained in:
2023-03-02 11:46:14 +10:00
parent 0aae5b6558
commit 687db4e4b1
129 changed files with 2282 additions and 646 deletions

View File

@@ -2,9 +2,9 @@
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 22px
--height: 22px;
height: var(--height);
}
i.arrow.right::after,
@@ -13,7 +13,7 @@ i.arrow.right::before {
display: block;
box-sizing: border-box;
position: absolute;
right: 3px
right: 3px;
}
i.arrow.right::after {
@@ -22,12 +22,12 @@ i.arrow.right::after {
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
bottom: 7px
bottom: 7px;
}
i.arrow.right::before {
width: 16px;
height: 2px;
bottom: 10px;
background: currentColor
background: currentColor;
}