github.com/hernad/nomad@v1.6.112/ui/app/styles/components/exec-button.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .exec-button { 7 color: $ui-gray-800; 8 border-color: $ui-gray-300; 9 10 span { 11 color: $ui-gray-800; 12 } 13 14 .icon:first-child:not(:last-child) { 15 width: 0.9rem; 16 height: 0.9rem; 17 margin-left: 0; 18 margin-right: 0.5em; 19 fill: currentColor; 20 } 21 }