Refactor #6689 - For Message
parent
e3fddf2ed4
commit
1c099af94b
|
@ -24,7 +24,7 @@ const theme = ({ dt }) => `
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin: 0 0 0 auto;
|
margin-inline-start: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: ${dt('message.close.button.width')};
|
width: ${dt('message.close.button.width')};
|
||||||
|
@ -290,7 +290,7 @@ const theme = ({ dt }) => `
|
||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-message-simple .p-message-content {
|
.p-message-simple .p-message-content {
|
||||||
padding: ${dt('message.simple.content.padding')};
|
padding: ${dt('message.simple.content.padding')};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue