github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/components/exec-button.scss (about)

     1  .exec-button {
     2    color: $ui-gray-800;
     3    border-color: $ui-gray-300;
     4  
     5    span {
     6      color: $ui-gray-800;
     7    }
     8  
     9    .icon:first-child:not(:last-child) {
    10      width: 0.9rem;
    11      height: 0.9rem;
    12      margin-left: 0;
    13      margin-right: 0.5em;
    14      fill: currentColor;
    15    }
    16  }