Merge pull request #447 from therealrinku/two

minor styling fixes
This commit is contained in:
Anoop M D
2023-10-08 04:15:33 +05:30
committed by GitHub
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);
}