summaryrefslogtreecommitdiff
path: root/client/src/routes/app/components/content/content.css
blob: 196fb966e2fbeaa9999582748590308da2e90d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.content {
	display: flex;
	flex-direction: column;

	flex-grow: 1;
	padding: 10px;

	overflow-y: scroll;

	.title {
		border: 0;
		padding: 10px;
		margin-left: 15px;
		margin-bottom: 50px;
	}
	.title:focus {
		border: 0;
		outline: 0;
	}
}