MDL-65448 block_social_activities: Restyle moving.

This commit is contained in:
Luca Bösch 2020-10-19 09:43:42 +02:00
parent 60b2431798
commit bdc639de03
3 changed files with 23 additions and 0 deletions

View File

@ -364,4 +364,13 @@ body.drawer-open-left #region-main.has-blocks {
border-left: 0;
border-right: 0;
}
}
.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed $gray-800;
margin: 4px 0;
}

View File

@ -12745,6 +12745,13 @@ input[disabled] {
border-left: 0;
border-right: 0; } }
.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }
.navbar {
max-height: 50px; }

View File

@ -12959,6 +12959,13 @@ input[disabled] {
border-left: 0;
border-right: 0; } }
.block_social_activities li a.movehere {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40;
margin: 4px 0; }
.navbar {
max-height: 50px; }