summaryrefslogtreecommitdiff
path: root/src/components/Header.css
blob: 0a562bfb5090e38a26bdf140bff97077a55038a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@scope (.__Header) {
	:scope {
		height: 3rem;
		border-bottom: 1px solid var(--overlay);
		display: flex;
		justify-content: space-between;
		align-items: center;
		--button-height: 100%;

		> .title {
			font-weight: 500;
			width: fit-content;
		}

		nav {
			height: 100%;
			display: flex;
		}
	}
}