nachocinalli / adapt-gridMenu

adapt-gridMenu
https://adaptlearning-no-core.web.app/menugrid/
GNU General Public License v3.0
1 stars 0 forks source link

Conflict demo less and plugin inherent styling #2

Open KristofferBroberg opened 2 months ago

KristofferBroberg commented 2 months ago

This piece of the repos demo less conflicts with styling from plugin, making text-alignment funky.

.gridmenu-item__button.btn-text { border-radius: 1rem; color: @white; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; ...

Removing it makes all text left aligned (just as the live demo), not just every second as is the case when the css above is present.

nachocinalli commented 2 months ago

I'm not sure what you mean. The css styling can be customized to what you need to do.