match padding on CustomRoomTagPanel and fix colour of Communities btn
parent
661701f7ca
commit
afcbb218fa
|
@ -32,8 +32,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
||||||
margin: 9px auto;
|
margin: 0 auto;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
padding: 10px 0 9px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -87,16 +87,15 @@ limitations under the License.
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: $tagpanel-button-color;
|
background-color: $roomheader-addroom-bg-color;
|
||||||
opacity: 0.11;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
/* overwrite mx_RoleButton inline-block */
|
/* overwrite mx_RoleButton inline-block */
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
background-color: $roomheader-addroom-fg-color;
|
||||||
mask-image: url('$(res)/img/feather-customised/plus.svg');
|
mask-image: url('$(res)/img/feather-customised/plus.svg');
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
background-color: $button-primary-fg-color;
|
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue