Added prettier and also prettied all the typescript files using prettier ESLint is using the AirBnB rules which are the most strict to lint the files.
13 lines
133 B
CSS
13 lines
133 B
CSS
.right {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.selected {
|
|
background: #fff3cd;
|
|
}
|
|
|
|
.unposted {
|
|
background: #f8d7da;
|
|
}
|