Implement new create button

This commit is contained in:
Sanjit Joseph
2022-11-30 17:11:57 -08:00
parent 7b8fea9d67
commit 1347e3bbc1
2 changed files with 8 additions and 1 deletions

View File

@@ -87,6 +87,13 @@ img#create-btn {
padding-left: 2.5%;
padding-right: 2.5%;
cursor: pointer;
width: 15%;
height: 15%;
}
img#create-btn-invis {
width: 15%;
height: 15%;
}
.review-container {