focalboard/webapp/src/components/viewHeader.scss

28 lines
509 B
SCSS
Raw Normal View History

2020-10-25 22:29:20 +01:00
.ViewHeader {
flex: 0 0 auto;
display: flex;
flex-direction: row;
border-bottom: solid 1px rgba(var(--main-fg), 0.16);
2020-10-25 22:29:20 +01:00
margin-bottom: 10px;
padding: 10px 10px;
2020-10-27 16:09:11 +01:00
color: rgba(var(--main-fg), 0.5);
align-items: center;
2020-10-25 22:29:20 +01:00
> div {
margin-right: 5px;
white-space: nowrap
}
2020-10-27 22:12:58 +01:00
#groupByLabel {
margin-left: 0.3em;
}
.IconButton {
background: none;
&:hover {
background: rgba(var(--main-fg), 0.1);
}
}
2020-10-25 22:29:20 +01:00
}