summaryrefslogtreecommitdiff
path: root/client/src/routes/app/components/sidebar/sidebar.css
blob: 515117a7edea4f8dab78dbdd425d9fc619f0b6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.sidebar {
	width: 200px;
	background-color: #f2f2f2;

	flex-shrink: 0;

	h1 {
		margin-left: 10px;
		margin-top: 10px;
	}

	.file {
		display: block;

		color: black;
		text-decoration: none;

		padding: 5px;
	}

	.file:hover {
		background-color: #e4e4e4;
	}
}