Iterate to match design

This commit is contained in:
Michael Telatynski 2020-09-08 12:01:44 +01:00
parent 0fe6ce1842
commit ef0843d4ad
3 changed files with 53 additions and 8 deletions

View file

@ -22,4 +22,20 @@ limitations under the License.
height: 100%;
border: 0;
}
&.mx_WidgetCard_noEdit {
.mx_AccessibleButton_kind_secondary {
margin: 0 12px;
&:first-child {
// expand the Pin to room primary action
flex-grow: 1;
}
}
}
}
.mx_WidgetCard_maxPinnedTooltip {
background-color: $notice-primary-color;
color: #ffffff;
}