Hi I created the following CSS Class
.page-element {
font-weight: bold;
font-style: italic;
font-size: 11.5em;
}
button.hometown {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
Then I uploaded it by Shared Components--> Files --> "Static Application Files"
When I run the application and Inspect it, I can see that the class is correctly loaded, but nothing changed
<button class="t-Button t-Button--noLabel t-Button--icon hometown lto6611683054807044115_0" onclick="apex.submit({request:'Export',validate:true});" type="button" id="B6611683054807044115" title="Export" aria-label="Export"><span class="t-Icon fa fa-file-o" aria-hidden="true"></span></button>
But nothing changed ??
What I am doing wrong ?
Thank you for answers.
Message was edited by: Dernbauer