mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
22 lines
340 B
SCSS
22 lines
340 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.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;
|
|
}
|
|
}
|