mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
Decrease create button size
This commit is contained in:
parent
e2b9c98176
commit
df80486f45
@ -94,14 +94,16 @@ img#create-btn {
|
|||||||
padding-left: 2.5%;
|
padding-left: 2.5%;
|
||||||
padding-right: 2.5%;
|
padding-right: 2.5%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 15%;
|
width: 10%;
|
||||||
height: 15%;
|
height: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img#create-btn-invis {
|
img#create-btn-invis {
|
||||||
opacity: 0%;
|
opacity: 0%;
|
||||||
width: 15%;
|
padding-left: 2.5%;
|
||||||
height: 15%;
|
padding-right: 2.5%;
|
||||||
|
width: 10%;
|
||||||
|
height: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-container {
|
.review-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user