generated from mirzaev/pot
большая разработка аутентификации
This commit is contained in:
53
mirzaev/site/account/system/public/css/icons/user_add.css
Normal file
53
mirzaev/site/account/system/public/css/icons/user_add.css
Normal file
@@ -0,0 +1,53 @@
|
||||
i.user.add {
|
||||
--width: 20px;
|
||||
--height: 18px;
|
||||
width: 20px;
|
||||
height: 18px;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
background:
|
||||
linear-gradient(
|
||||
to left,
|
||||
currentColor 8px,
|
||||
transparent 0)
|
||||
no-repeat 14px 6px/6px 2px,
|
||||
linear-gradient(
|
||||
to left,
|
||||
currentColor 8px,
|
||||
transparent 0)
|
||||
no-repeat 16px 4px/2px 6px;
|
||||
}
|
||||
|
||||
i.user.add::after,
|
||||
i.user.add::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid
|
||||
}
|
||||
|
||||
i.user.add::before {
|
||||
left: 2px;
|
||||
top: 0;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
i.user.add::after {
|
||||
top: 9px;
|
||||
width: 12px;
|
||||
height: 9px;
|
||||
border-bottom: 0;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
label>i.user.add:first-child {
|
||||
left: 9px;
|
||||
}
|
||||
|
||||
i.user.add+input {
|
||||
padding-left: 37px;
|
||||
}
|
Reference in New Issue
Block a user