efdae83a87
* ui: Delete a bunch of CSS that we recently moved elsewhere * ui: Add some masking placeholders * Switch out hashicorp logo for one from structure-icons * Change copy-button to use new copy-action icon * Change secret-button to use new visibility-hide/show icons * New folder icon for KVs * Cleanup some of the icons we no longer use * Switch from %with-exit to standard-like %with-exit-icon * Move all chevrons to use structure-icons properly * Use star-fill as much as possible * Remove the remaining icons from icons/index plus the file itself
13 lines
331 B
SCSS
13 lines
331 B
SCSS
@import './healthcheck-info/index';
|
|
%table tr .healthcheck-info {
|
|
@extend %healthcheck-info;
|
|
}
|
|
// TODO: Look at why we can't have the zeros in the healthcheck-info
|
|
%table td span.zero {
|
|
@extend %with-minus-square-fill-color-icon;
|
|
background-position: left center;
|
|
display: block;
|
|
text-indent: 20px;
|
|
color: $gray-400;
|
|
}
|