fix(browser-extension): report cancel button clickable area
This commit is contained in:
parent
beb6443579
commit
e26316e4b5
@ -294,20 +294,19 @@ popup-data-container {
|
|||||||
& .report-cancel-button {
|
& .report-cancel-button {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--color-white);
|
background-color: var(--color-white);
|
||||||
border: 1px solid var(--color-white);
|
|
||||||
border-radius: 4px;
|
|
||||||
color: var(--color-secondary);
|
color: var(--color-secondary);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: Inter, Arial, Helvetica, sans-serif;
|
font-family: Inter, Arial, Helvetica, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 34px;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 16px;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 8px 16px 0px 16px;
|
padding: 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& .report-cancel-button:focus,
|
& .report-cancel-button:focus,
|
||||||
|
Loading…
Reference in New Issue
Block a user