Iterate to match design
This commit is contained in:
parent
0fe6ce1842
commit
ef0843d4ad
3 changed files with 53 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue