aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/Input.module.css
blob: c216f734ea1c6c8be190aab93fea4dd55d6a7a6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.sidebar {
    background-color: #161723;
	color: var(--text-color);
	border: none;
	border-radius: 300px;
	font-family: BarlowSemiCondensed-Regular;
	padding: 8px;
	width: calc(100% - 16px);
	outline: none;
	font-size: 18px;
}

.sidebar::placehoder {
	color: #2b2e46;
}