Compare commits

...

3 Commits

Author SHA1 Message Date
Gaurav Tewari
4b597a3d8e chore: revert bg color change 2026-07-28 12:53:14 +05:30
Gaurav Tewari
3909cec9d6 feat: add warning popover 2026-07-28 12:43:36 +05:30
Gaurav Tewari
5ab9802e00 fix: update css styles 2026-07-28 00:21:26 +05:30

View File

@@ -1,6 +1,7 @@
.warning-content {
display: flex;
flex-direction: column;
background-color: var(--l2-background);
// === SECTION: Summary (Top)
&__summary-section {
@@ -16,7 +17,7 @@
&__summary-left {
display: flex;
align-items: baseline;
align-items: flex-end;
gap: 8px;
}