Make the sign out button red
This commit is contained in:
parent
9f5a716cc5
commit
7b79dd6be1
2 changed files with 11 additions and 1 deletions
|
@ -40,6 +40,16 @@ limitations under the License.
|
|||
.mx_UserMenuButton_contextMenu {
|
||||
width: 247px;
|
||||
|
||||
.mx_UserMenuButton_contextMenu_redRow {
|
||||
.mx_AccessibleButton {
|
||||
color: $warning-color !important; // !important to override styles from context menu
|
||||
}
|
||||
|
||||
.mx_IconizedContextMenu_icon::before {
|
||||
background-color: $warning-color;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_UserMenuButton_contextMenu_header {
|
||||
// Create a flexbox to organize the header a bit easier
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue