feat: Add and rename common

- New size_io_button placeholder
- Remove variants of basic typo placeholder
This commit is contained in:
sthag 2025-06-22 15:47:18 +02:00
parent b7ec209761
commit c7179c7a3d
4 changed files with 9 additions and 12 deletions

View file

@ -20,6 +20,11 @@
}
}
%size_io_button {
border: $width_border_io solid transparent;
padding: $padding_basic;
}
.di_none {
display: none !important;
}