github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/toggle-button/layout.scss (about) 1 %toggle-button { 2 width: 30px; 3 height: 30px; 4 /* center */ 5 display: flex; 6 align-items: center; 7 justify-content: center; 8 } 9 %toggle-button span { 10 display: none; 11 }