mirror of
https://github.com/siv-org/siv.git
synced 2026-01-09 10:27:57 -05:00
Minor tweak to improve look of AddGroup textinputs
This commit is contained in:
@@ -24,6 +24,7 @@ TODO:
|
||||
- [x] Bulletin board of all valid received votes
|
||||
- [x] Admin sends voter confirmation that vote was received
|
||||
- [x] Voter Auth Tokens can only be used once
|
||||
- [ ] Admin can see which voters submitted
|
||||
- [ ] Admin can manually close voting early
|
||||
- [ ] Admin does first shuffle
|
||||
- [ ] Admin posts final results
|
||||
|
||||
@@ -65,9 +65,9 @@ export const AddGroup = ({
|
||||
|
||||
.textarea-wrapper {
|
||||
display: inline-block;
|
||||
background-image: linear-gradient(#f4f4f4 50%, #f9f9f9 50%);
|
||||
background-image: linear-gradient(#fafafa 50%, #fff 50%);
|
||||
background-size: 100% 32px;
|
||||
background-position: left 21px;
|
||||
background-position: left 3px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user