fix: updated "editing disabled" banner (#1037)

This commit is contained in:
Aman Harwara
2022-05-23 19:41:19 +05:30
committed by GitHub
parent 0e258856d8
commit 079140eb92
5 changed files with 57 additions and 15 deletions

View File

@@ -1049,10 +1049,18 @@
box-shadow: currentcolor 0px -1px 0px 0px inset, currentcolor 0px 1px 0px 0px;
}
.bg-warning {
.bg-warning-faded {
background-color: rgba(235, 173, 0, 0.08);
}
.color-warning-contrast {
color: var(--warning-text-color);
}
.bg-info-faded {
background-color: rgba(8, 109, 214, 0.08);
}
.overflow-x-hidden {
overflow-x: hidden;
}