mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Message design for Lara
This commit is contained in:
parent
d2101b6829
commit
c511eff719
7 changed files with 49 additions and 41 deletions
|
@ -1,7 +1,8 @@
|
|||
export default {
|
||||
root: {
|
||||
margin: '1.125rem 0',
|
||||
borderRadius: '{content.border.radius}'
|
||||
borderRadius: '{content.border.radius}',
|
||||
borderWidth: '0 0 0 6px'
|
||||
},
|
||||
content: {
|
||||
padding: '0.75rem 1rem',
|
||||
|
@ -31,7 +32,7 @@ export default {
|
|||
light: {
|
||||
info: {
|
||||
background: 'color-mix(in srgb, {blue.50}, transparent 5%)',
|
||||
borderColor: '{blue.200}',
|
||||
borderColor: '{blue.500}',
|
||||
color: '{blue.600}',
|
||||
shadow: 'none',
|
||||
closeButton: {
|
||||
|
@ -44,7 +45,7 @@ export default {
|
|||
},
|
||||
success: {
|
||||
background: 'color-mix(in srgb, {green.50}, transparent 5%)',
|
||||
borderColor: '{green.200}',
|
||||
borderColor: '{green.500}',
|
||||
color: '{green.600}',
|
||||
shadow: 'none',
|
||||
closeButton: {
|
||||
|
@ -57,7 +58,7 @@ export default {
|
|||
},
|
||||
warn: {
|
||||
background: 'color-mix(in srgb,{yellow.50}, transparent 5%)',
|
||||
borderColor: '{yellow.200}',
|
||||
borderColor: '{yellow.500}',
|
||||
color: '{yellow.600}',
|
||||
shadow: 'none',
|
||||
closeButton: {
|
||||
|
@ -70,7 +71,7 @@ export default {
|
|||
},
|
||||
error: {
|
||||
background: 'color-mix(in srgb, {red.50}, transparent 5%)',
|
||||
borderColor: '{red.200}',
|
||||
borderColor: '{red.500}',
|
||||
color: '{red.600}',
|
||||
shadow: 'none',
|
||||
closeButton: {
|
||||
|
@ -83,7 +84,7 @@ export default {
|
|||
},
|
||||
secondary: {
|
||||
background: '{surface.100}',
|
||||
borderColor: '{surface.200}',
|
||||
borderColor: '{surface.500}',
|
||||
color: '{surface.600}',
|
||||
shadow: 'none',
|
||||
closeButton: {
|
||||
|
@ -96,7 +97,7 @@ export default {
|
|||
},
|
||||
contrast: {
|
||||
background: '{surface.900}',
|
||||
borderColor: '{surface.950}',
|
||||
borderColor: '{primary.color}',
|
||||
color: '{surface.50}',
|
||||
shadow: 'none',
|
||||
closeButton: {
|
||||
|
@ -176,7 +177,7 @@ export default {
|
|||
},
|
||||
contrast: {
|
||||
background: '{surface.0}',
|
||||
borderColor: '{surface.100}',
|
||||
borderColor: '{primary.color}',
|
||||
color: '{surface.950}',
|
||||
shadow: 'none',
|
||||
closeButton: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue