refactor: inline display of dish icons

This commit is contained in:
Rainer Killinger
2022-11-23 17:34:48 +01:00
parent 48d784a147
commit 181e0528b5
6 changed files with 92 additions and 37 deletions

View File

@@ -13,6 +13,7 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
@import "src/theme/util/_mixins.scss";
@import "src/theme/common/_helper.scss";
ion-item {
--border-color: transparent;
@@ -36,19 +37,7 @@ ion-item {
}
::ng-deep {
ion-note {
ul {
margin: 0;
padding: 0;
li {
list-style-type: none;
display: inline;
}
li:not(:first-child):before {
content: "";
}
}
@extend %horizontal-list;
}
}
}