Hi Reuben Sivan,
I used PaperToggleButton and I wanted to edit css label at attached file.
I tried many ways but not work. Please help me, thanks!
<dom-module id="my-toggle-button" theme-for="paper-toggle-button">
<template>
<style>
:host(.special-theme-toggle-button-label) div div {
margin-top: -50px;
margin-left: -40px;
padding-left: var(--paper-toggle-button-label-spacing, 8px);
}
div div{
margin-top: -50px;
margin-left: -40px;
padding-left: var(--paper-toggle-button-label-spacing, 8px);
}
</style>
</template>
</dom-module>