SCSS: Center on both axis DesignerField apply/cancel buttons

This commit is contained in:
Molkobain
2021-11-23 17:22:40 +01:00
parent 2bf970932e
commit 5621eb2191

View File

@@ -42,6 +42,9 @@ $ibo-prop--apply--error--color: $ibo-color-grey-800 !default;
width: $ibo-prop--apply-cancel--span--width;
text-align: center;
> div{
display: inline-flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}