generated from mirzaev/pot
большая разработка аутентификации
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user