parent
3ea0d688a7
commit
cf716faf17
|
@ -804,12 +804,24 @@ div.section.foldable {
|
|||
.BlockSubWidget {
|
||||
position: relative;
|
||||
@include clearfix();
|
||||
border-right: 3.5rem solid $zebra-color;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
&:not(.pk-blocks-zebra) .BlockSubWidget {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.remove-button {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 0.5em;
|
||||
margin-right: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: calc(100% + 0.5rem);
|
||||
margin: auto;
|
||||
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue