feat(theme): implement Falukant theme with updated styles and components
This commit is contained in:
@@ -915,9 +915,8 @@ export default {
|
||||
.falukant-hero {
|
||||
padding: 24px 26px;
|
||||
margin-bottom: 16px;
|
||||
background:
|
||||
radial-gradient(circle at top right, rgba(248, 162, 43, 0.16), transparent 28%),
|
||||
linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(247, 238, 224, 0.98) 100%);
|
||||
background: #fffdf7;
|
||||
border-left: 3px solid #b18445;
|
||||
}
|
||||
|
||||
.falukant-kicker {
|
||||
@@ -925,8 +924,8 @@ export default {
|
||||
margin-bottom: 10px;
|
||||
padding: 4px 10px;
|
||||
border-radius: 999px;
|
||||
background: rgba(248, 162, 43, 0.14);
|
||||
color: #8a5411;
|
||||
background: rgba(154, 113, 54, 0.12);
|
||||
color: #80612f;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user