no message
This commit is contained in:
parent
93e5d073ff
commit
45a4e13137
@ -349,7 +349,7 @@
|
||||
position: relative;
|
||||
}
|
||||
.content .side .item.pitch {
|
||||
width: 100%;
|
||||
width: calc(100% + 1px);
|
||||
background-color: #fbfbfb;
|
||||
border-top: 1px solid #ebebeb;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
|
@ -402,13 +402,11 @@
|
||||
&.pitch {
|
||||
&:first-of-type {
|
||||
border-top: none;
|
||||
// border-radius: 12px 0 0 0;
|
||||
// overflow: hidden;
|
||||
&::after {
|
||||
border-radius: 12px 0 0 0;
|
||||
}
|
||||
}
|
||||
width: 100%;
|
||||
width: calc(100% + 1px);
|
||||
background-color: rgba(251, 251, 251, 1);
|
||||
border-top: 1px solid rgba(235, 235, 235, 1);
|
||||
border-bottom: 1px solid rgba(235, 235, 235, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user