Update news style
parent
5486ec46fe
commit
a04a2665a1
|
@ -1,9 +1,6 @@
|
||||||
{
|
{
|
||||||
"id": 52,
|
"id": 60,
|
||||||
"content": "Tailwind Presets for Unstyled PrimeVue",
|
"content": "Introducing the new Styled Mode Theming",
|
||||||
"linkText": "Learn More",
|
"linkText": "Learn More",
|
||||||
"linkHref": "http://tailwind.primevue.org",
|
"linkHref": "http://primevue.org/theming"
|
||||||
"backgroundStyle": "background-color:var(--primary-color)",
|
|
||||||
"textStyle": "color:var(--primary-color-text);font-weight:500",
|
|
||||||
"linkStyle": "color:var(--primary-color-text);font-weight:700;text-decoration: underline;"
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
|
||||||
.layout-news-container {
|
.layout-news-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -30,6 +31,8 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-width: 0%;
|
min-width: 0%;
|
||||||
|
font-weight: 500;
|
||||||
|
color: var(--primary-inverse-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-news-link {
|
.layout-news-link {
|
||||||
|
@ -41,7 +44,7 @@
|
||||||
.layout-news-link,
|
.layout-news-link,
|
||||||
.layout-news-link:visited,
|
.layout-news-link:visited,
|
||||||
.layout-news-link:active {
|
.layout-news-link:active {
|
||||||
color:var(--primary-color-inverse);
|
color:var(--primary-inverse-color);
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
}
|
}
|
||||||
.layout-news-link:hover {
|
.layout-news-link:hover {
|
||||||
|
|
Loading…
Reference in New Issue