CSS -Styling für die Schraubenschlüssel -Ikone

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: CSS -Styling für die Schraubenschlüssel -Ikone

by Anonymous » 25 Aug 2025, 08:08

Ich versuche, das Schraubenschlüssel -Symbol mit einem blauen Umriss und einer weißen Farbe zu stylen. Das Symbol ist im Moment schwarz, also kann ich es sehen, aber ich möchte, dass das Symbol so aussieht wie diese https://www.flaticon.com/free-icon/spanner_759749. Ich benutze ein CSS-Element namens My-Whinch und kann es scheinbar in der obigen Link nicht wie das Symbol aussehen.

Code: Select all

.my-wrench{
transform: rotate(90deg); /* Rotates the icon 90 degrees clockwise */
color: black
outline-color: blue
outline-style: solid;
}
< /code>
html < /p>



build

Edit Columns
class="table-config-menu-options"
style="display: flex; flex-direction: column; padding: 8px"
>

{{cd.label}}







Stackblitz

Top