summaryrefslogtreecommitdiff
path: root/smoke/docs-main/src/components/LeftSidebar/SidebarSectionToggle.css
blob: 68e873a875470c40f235d26391fc01acf7574806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.SidebarSectionToggle {
	display: flex;
}
.SidebarSectionToggle button {
	flex-grow: 1;
	justify-content: center;
	border-radius: 0;
	cursor: pointer;
	padding: 0.6rem;
	border-bottom: 4px solid var(--theme-divider);
}
.SidebarSectionToggle button.is-icon {
	flex-grow: 0;
}
.SidebarSectionToggle button.active {
	color: var(--theme-accent);
	border-bottom-color: var(--theme-accent);
}