mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-05-15 21:59:27 +00:00
27 lines
517 B
CSS
27 lines
517 B
CSS
.brat-modal .modal-button-container {
|
|
margin-top: 5px !important;
|
|
}
|
|
|
|
.brat-modal .valid-repository {
|
|
border-color: var(--color-green) !important;
|
|
}
|
|
.brat-modal .invalid-repository {
|
|
border-color: var(--color-red) !important;
|
|
}
|
|
.brat-modal .validation-error {
|
|
border-color: var(--color-orange) !important;
|
|
}
|
|
|
|
.brat-modal .disabled-setting {
|
|
opacity: 0.5;
|
|
}
|
|
.brat-modal .disabled-setting:hover {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.brat-version-selector {
|
|
width: 100%;
|
|
max-width: 400px;
|
|
justify-content: left;
|
|
}
|