forked from primefaces/primereact
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2353c7
commit ae54316
Showing
8 changed files
with
110 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"id": 51, | ||
"content": "Figma UI Kit v3 is out! ", | ||
"linkText": "Learn More", | ||
"linkHref": "https://primereact.org/uikit", | ||
"target": "_self" | ||
"id": 52, | ||
"content": "Introducing Genesis Template 🚀", | ||
"linkText": "View Demo", | ||
"linkHref": "https://genesis.primereact.org", | ||
"target": "_blank" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
} | ||
} | ||
} | ||
|
||
} | ||
|
||
@media only screen and (max-width: 1200px) { | ||
.diamond { | ||
.template{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.genesis { | ||
.template { | ||
&-hero { | ||
&-pattern { | ||
width: 62.3125rem; | ||
height: 44.8125rem; | ||
position: absolute; | ||
top: -3.62; | ||
left: -3.06; | ||
z-index: 6; | ||
} | ||
} | ||
} | ||
} | ||
|
||
@media only screen and (max-width: 1200px) { | ||
.genesis { | ||
.template{ | ||
&-hero { | ||
&-pattern { | ||
width: 60rem; | ||
height: auto; | ||
bottom: -8rem; | ||
left: -8rem; | ||
} | ||
} | ||
} | ||
|
||
} | ||
} | ||
@media only screen and (max-width: 768px) { | ||
.genesis { | ||
.template{ | ||
&-hero { | ||
&-pattern { | ||
width: 64rem; | ||
height: auto; | ||
bottom: 2rem; | ||
left: -8rem; | ||
} | ||
} | ||
} | ||
|
||
} | ||
} |