Skip to content

Commit 05b5a5e

Browse files
author
pigr2
committed
add custom styles
1 parent 187aa69 commit 05b5a5e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

app/styles.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
section {
2+
margin-left: 2rem;
3+
margin-right: 2rem;
4+
}
5+
proximity-selector, search-box {
6+
display: flex;
7+
flex-direction: column;
8+
padding-bottom: 1.2rem;
9+
}
10+
proximity-selector.disabled {
11+
color: #b9b9b9;
12+
}
13+
div.row {
14+
margin-top: 1.6rem;
15+
}
16+
.state {
17+
font-family: monospace;
18+
font-size: smaller;
19+
color: darkorange;
20+
}

0 commit comments

Comments
 (0)