minor styling fixes

This commit is contained in:
therealrinku 2023-10-07 12:50:19 +05:45
parent 1e27427d09
commit 6421148dc1
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const Wrapper = styled.div`
justify-content: center;
overflow-y: auto;
z-index: 10;
background-color: rgba(0, 0, 0, 0.5);
}
.bruno-modal-card {

View File

@ -53,3 +53,9 @@ body::-webkit-scrollbar-thumb,
background-color: #cdcdcd;
border-radius: 5rem;
}
/* making all the checkboxes and radios bigger */
input[type='checkbox'],
input[type='radio'] {
transform: scale(1.25);
}