I went into the \WebAppBuilder\WAB2_0\server\apps\11\widgets\Scalebar\setting\css and changed padding to 10px and the font-size and color:
.jimu-widget-scalebar-setting{
margin:0;
padding:10px;
font-size: 16px;
color: #161616;
The changes are not shown when I launch my app. I cleared my browser cache/history, refreshed, and still no change.
Is there something else I need to change?