mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-20 19:58:10 +02:00
commit
bca3d5749b
@ -22,6 +22,7 @@ const Wrapper = styled.div`
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bruno-modal-card {
|
.bruno-modal-card {
|
||||||
|
@ -53,3 +53,9 @@ body::-webkit-scrollbar-thumb,
|
|||||||
background-color: #cdcdcd;
|
background-color: #cdcdcd;
|
||||||
border-radius: 5rem;
|
border-radius: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* making all the checkboxes and radios bigger */
|
||||||
|
input[type='checkbox'],
|
||||||
|
input[type='radio'] {
|
||||||
|
transform: scale(1.25);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user