Regenerated
This commit is contained in:
@@ -8,16 +8,6 @@
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
/* ── Gradient border mixin via background-image trick ──────────────────────
|
||||
Elements that need a gradient border get:
|
||||
background-image: linear-gradient(@base, @base),
|
||||
linear-gradient(45deg, @blue, @green);
|
||||
background-clip: padding-box, border-box;
|
||||
background-origin: padding-box, border-box;
|
||||
border: 1px solid transparent;
|
||||
This paints the gradient behind the element, clipped to the border area.
|
||||
────────────────────────────────────────────────────────────────────────── */
|
||||
|
||||
/* ── Notification rows ─────────────────────────────────────────────────── */
|
||||
|
||||
.notification-row {
|
||||
|
||||
Reference in New Issue
Block a user