parent
d93fe67216
commit
d7c745af36
11 changed files with 306 additions and 23 deletions
37
priv/static/picker.css
Normal file
37
priv/static/picker.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
html {
|
||||
width: 100vw;
|
||||
background-color: #0f0202;
|
||||
color: #dbcfcf;
|
||||
}
|
||||
|
||||
#switch-list {
|
||||
height: 1em;
|
||||
span:first-of-type {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
flex-direction: column;
|
||||
|
||||
.member-button {
|
||||
padding: 1.666em;
|
||||
font-size: 1.666em;
|
||||
color: inherit;
|
||||
background-color: #3b1010;
|
||||
border: black 3px solid;
|
||||
cursor: &.first {
|
||||
background-color: #a26666;
|
||||
}
|
||||
|
||||
&.other {
|
||||
background-color: #517451;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue