add dont ask again
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
This commit is contained in:
18
styles.css
18
styles.css
@@ -73,6 +73,24 @@
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.modal .checkbox-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
margin-bottom: 16px;
|
||||
font-size: 0.875rem;
|
||||
cursor: pointer;
|
||||
color: var(--md-sys-color-on-surface-variant, #49454F);
|
||||
}
|
||||
|
||||
.modal .checkbox-label input[type="checkbox"] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
cursor: pointer;
|
||||
accent-color: var(--md-sys-color-primary, #1976D2);
|
||||
}
|
||||
|
||||
.modal .btn {
|
||||
min-width: 160px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user