1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00
focalboard/mattermost-plugin/webapp/src/plugin.scss

35 lines
637 B
SCSS

.boards-rhs-icon {
font-size: 20px;
}
.focalboard-body .RightControlsContainer-eacbOh {
flex-basis: auto;
}
.focalboard-body .feature-global-header>header {
z-index: 1000;
.Menu {
a, button {
color: inherit;
&:hover {
background: rgba(var(--center-channel-color-rgb), 0.08);
div {
color: rgb(var(--link-color-rgb));
}
}
}
}
}
img.boards-rhs-header-logo {
color: white;
background: var(--button-bg);
width: 24px;
height: 24px;
border-radius: 50%;
margin-right: 8px;
}