Skip to content

Commit 211efb3

Browse files
authored
[PRMP-825] Admin Reviews List (#896)
1 parent 410a9a0 commit 211efb3

File tree

21 files changed

+4001
-9
lines changed

21 files changed

+4001
-9
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.reviews-page {
2+
#search-form {
3+
margin-bottom: 3rem;
4+
display: flex;
5+
align-items: flex-end;
6+
gap: 5rem;
7+
}
8+
9+
#search-container {
10+
flex: 0 0 40%;
11+
}
12+
}

0 commit comments

Comments
 (0)