no message
This commit is contained in:
parent
777b0d0a53
commit
93e5d073ff
@ -363,8 +363,9 @@
|
||||
}
|
||||
.content .side .item.pitch:first-of-type {
|
||||
border-top: none;
|
||||
}
|
||||
.content .side .item.pitch:first-of-type::after {
|
||||
border-radius: 12px 0 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.content .side .item.pitch::after {
|
||||
content: "";
|
||||
|
@ -402,8 +402,11 @@
|
||||
&.pitch {
|
||||
&:first-of-type {
|
||||
border-top: none;
|
||||
// border-radius: 12px 0 0 0;
|
||||
// overflow: hidden;
|
||||
&::after {
|
||||
border-radius: 12px 0 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
width: 100%;
|
||||
background-color: rgba(251, 251, 251, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user