mirror of
https://example.com
synced 2024-11-22 11:26:38 +09:00
feat: rounded cat ears (close #48)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chiken.com>
This commit is contained in:
parent
64ad960e5c
commit
06fe6ad7e6
1 changed files with 2 additions and 2 deletions
|
@ -176,12 +176,12 @@ watch(
|
|||
}
|
||||
|
||||
&:before {
|
||||
border-radius: 0 75% 75%;
|
||||
border-radius: 25% 75% 75%;
|
||||
transform: rotate(37.5deg) skew(30deg);
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-radius: 75% 0 75% 75%;
|
||||
border-radius: 75% 25% 75% 75%;
|
||||
transform: rotate(-37.5deg) skew(-30deg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue