open-nomad/ui/app/styles/components/exec-button.scss
2023-04-10 15:36:59 +00:00

22 lines
339 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.exec-button {
color: $ui-gray-800;
border-color: $ui-gray-300;
span {
color: $ui-gray-800;
}
.icon:first-child:not(:last-child) {
width: 0.9rem;
height: 0.9rem;
margin-left: 0;
margin-right: 0.5em;
fill: currentColor;
}
}