Skip to content

Commit 4db42cd

Browse files
committed
Added styling to the Settings page
1 parent 9d3ddba commit 4db42cd

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed
Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
.settings-page
22
display: flex
33
flex-direction: column
4-
padding: 2rem
4+
padding: 2rem
5+
overflow-y: scroll
6+
7+
.settings-container
8+
padding: 2rem
9+
display: flex
10+
flex-direction: column
11+
gap: 1rem
12+
height: 70vh
13+
overflow-y: scroll
14+
15+
.boot-sync
16+
display: flex
17+
justify-content: space-between
18+
align-items: center
19+
20+
.boot-entries
21+
display: flex
22+
gap: 2rem
23+
flex-wrap: wrap
24+
25+
.boot-entry
26+
width: 9.5rem
27+
height: 9.5rem
28+
display: flex
29+
align-items: center
30+
justify-content: center
31+
flex-direction: column
32+
background-color: rgba(28, 33, 36, 0.3)
33+
border: 1px solid #585858
34+
border-radius: 1rem
35+
cursor: not-allowed
36+
37+
img
38+
width: 3rem
39+
height: 3rem
40+
41+
&:hover
42+
background-color: rgba(154, 58, 58, 0.3)

0 commit comments

Comments
 (0)