Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdce71a3d7 | |||
| 9c4fbaeaa2 |
@@ -1,9 +1,13 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
i.icon.check {
|
i.icon.check {
|
||||||
|
--width: 2em;
|
||||||
|
--height: 1.5em;
|
||||||
|
--up: 10px;
|
||||||
|
--down: 6px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 22px;
|
width: var(--width);
|
||||||
height: 22px;
|
height: var(--height);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
@@ -12,10 +16,10 @@ i.icon.check {
|
|||||||
&::after {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "";
|
content: "";
|
||||||
top: -1px;
|
top: -0.3em;
|
||||||
left: 3px;
|
left: 0.4em;
|
||||||
width: 6px;
|
width: var(--down);
|
||||||
height: 10px;
|
height: var(--up);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
border-width: 0 2px 2px 0;
|
border-width: 0 2px 2px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user