mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat: create tailwind.css file
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
@layer utilities {
|
||||
.border-primary-gradient {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 12px;
|
||||
background:
|
||||
linear-gradient(
|
||||
180deg,
|
||||
var(--color-primary) -250%,
|
||||
var(--color-base-100) 100%
|
||||
),
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
var(--color-primary),
|
||||
color-mix(in srgb, var(--color-primary) 40%, transparent)
|
||||
);
|
||||
background-clip: padding-box, border-box;
|
||||
background-origin: padding-box, border-box;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user