Removed old css code that shouldn't belong.

This commit is contained in:
MattMo 2023-07-25 18:06:57 -07:00
parent 8be4d18faf
commit c29273871b

@ -7,18 +7,6 @@ class ReadMore extends IgniteElement {
super();
}
get styles() {
return /*css*/`
mt-icon-tabs > .icons {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 1em;
}
`;
}
get properties() {
return {
limit: 125,