removed box-shadow on "danger" buttons

This commit is contained in:
Vozer
2022-08-01 13:59:20 -05:00
committed by GitHub
parent 0a3e208d75
commit 762ccd209b
+1 -2
View File
@@ -31,7 +31,6 @@
background: linear-gradient(to bottom, rgb(238, 52, 48) 0%,rgb(238, 52, 48) 50%,rgba(205, 43, 40, 0.999) 100%);
border-radius: 50px;
border: 1px solid rgb(182, 0, 0);
box-shadow: 0 0 3px 3px rgba(255, 0, 0, 0.483);
}
.lookOutlined-3yKVGo.colorRed-rQXKgM {
background: linear-gradient(to bottom, rgb(255, 4, 0) 0%,rgb(255, 4, 0) 50%,rgba(255, 4, 0, 0.999) 100%);
@@ -63,4 +62,4 @@
/* Sidebar "selected" Accents */
.side-2ur1Qk .themed-2-lozF.selected-g-kMVV.item-3XjbnG, .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.item-3XjbnG {
background-color: var(--accent) !important;
}
}