match padding on CustomRoomTagPanel and fix colour of Communities btn

pull/21833/head
Michael Telatynski 2019-12-23 11:31:30 +00:00
parent 661701f7ca
commit afcbb218fa
2 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,9 @@ limitations under the License.
}
.mx_CustomRoomTagPanel .mx_AccessibleButton {
margin: 9px auto;
margin: 0 auto;
width: 40px;
padding: 10px 0 9px 0;
position: relative;
}

View File

@ -87,16 +87,15 @@ limitations under the License.
height: 40px;
width: 40px;
border-radius: 20px;
background-color: $tagpanel-button-color;
opacity: 0.11;
background-color: $roomheader-addroom-bg-color;
position: relative;
/* overwrite mx_RoleButton inline-block */
display: block !important;
&::before {
background-color: $roomheader-addroom-fg-color;
mask-image: url('$(res)/img/feather-customised/plus.svg');
mask-position: center;
background-color: $button-primary-fg-color;
mask-repeat: no-repeat;
content: '';
position: absolute;