no message
This commit is contained in:
parent
0a8d4e3002
commit
ab54dbef0b
@ -175,6 +175,8 @@
|
|||||||
}
|
}
|
||||||
.content .side .item.pitch:first-of-type {
|
.content .side .item.pitch:first-of-type {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
border-radius: 12px 0 0 0;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.content .side .item.pitch::after {
|
.content .side .item.pitch::after {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -179,6 +179,8 @@
|
|||||||
&.pitch {
|
&.pitch {
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
border-radius: 12px 0 0 0;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
width: 101%;
|
width: 101%;
|
||||||
background-color: rgba(251, 251, 251, 1);
|
background-color: rgba(251, 251, 251, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user