Format fixes
parent
9f9c5bb494
commit
87839a4b84
|
@ -17,7 +17,7 @@ const theme = ({ dt }) => `
|
|||
position: fixed;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
const classes = {
|
||||
root: 'p-blockui'
|
||||
};
|
||||
|
|
|
@ -314,7 +314,7 @@ export default {
|
|||
icon: {
|
||||
color: '{surface.400}',
|
||||
focusColor: '{surface.500}',
|
||||
activeColor: '{surface.500}',
|
||||
activeColor: '{surface.500}'
|
||||
}
|
||||
},
|
||||
submenuLabel: {
|
||||
|
|
|
@ -2,7 +2,7 @@ export default {
|
|||
root: {
|
||||
margin: '1rem 0',
|
||||
borderRadius: '{content.border.radius}',
|
||||
borderWidth: '1px',
|
||||
borderWidth: '1px'
|
||||
},
|
||||
content: {
|
||||
padding: '0.5rem 0.75rem',
|
||||
|
|
|
@ -2,6 +2,6 @@ export default {
|
|||
root: {
|
||||
borderRadius: '{form.field.border.radius}',
|
||||
roundedBorderRadius: '2rem',
|
||||
raisedShadow: '0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)',
|
||||
raisedShadow: '0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue