Updated speeddial tokens
parent
3be07eca1d
commit
438440072f
|
@ -4,13 +4,11 @@ const theme = ({ dt }) => `
|
||||||
.p-speeddial {
|
.p-speeddial {
|
||||||
position: static;
|
position: static;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.25rem;
|
gap: ${dt('speeddial.gap')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-speeddial-button {
|
.p-speeddial-button {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 2.5rem;
|
|
||||||
height: 2.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-speeddial-button.p-speeddial-rotate {
|
.p-speeddial-button.p-speeddial-rotate {
|
||||||
|
@ -30,7 +28,7 @@ const theme = ({ dt }) => `
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
gap: 0.25rem;
|
gap: ${dt('speeddial.gap')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-speeddial-item {
|
.p-speeddial-item {
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
export default {};
|
export default {
|
||||||
|
root: {
|
||||||
|
gap: '0.5rem'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
|
@ -5,7 +5,7 @@ export default {
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
paddingX: '{form.field.padding.x}',
|
paddingX: '{form.field.padding.x}',
|
||||||
paddingY: '{form.field.padding.y}',
|
paddingY: '{form.field.padding.y}',
|
||||||
iconOnlyWidth: '2.5rem',
|
iconOnlyWidth: '2.75rem',
|
||||||
sm: {
|
sm: {
|
||||||
fontSize: '0.875rem',
|
fontSize: '0.875rem',
|
||||||
paddingX: '0.625rem',
|
paddingX: '0.625rem',
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
export default {};
|
export default {
|
||||||
|
root: {
|
||||||
|
gap: '0.5rem'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue