sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Add missing CSS resets for links

Open Kikobeats opened this issue 6 years ago • 1 comments

Need to add minimal and common css reset style to ensure the look and feel works fine in each web integration.

Currently we are not adding this style:

text-decoration: none;
border: 0;
text-align: left;

Kikobeats avatar Mar 21 '18 10:03 Kikobeats

Probably a better approach to handle that extracts all the reset in a file and call it when it is necessary, instead of polute the current implementation.

Kikobeats avatar Mar 21 '18 10:03 Kikobeats