stackql-deploy 2.2.0

Infrastructure-as-code framework for declarative cloud resource management using StackQL
/**
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

.cardContainer {
  --ifm-link-color: var(--ifm-color-emphasis-800);
  --ifm-link-hover-color: var(--ifm-color-emphasis-700);
  --ifm-link-hover-decoration: none;

  box-shadow: 0 1.5px 3px 0 rgb(0 0 0 / 15%);
  border: 1px solid var(--ifm-color-emphasis-200);
  transition: all var(--ifm-transition-fast) ease;
  transition-property: border, box-shadow;
}

.cardContainer:hover {
  border-color: var(--ifm-color-primary);
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

.cardContainer *:last-child {
  margin-bottom: 0;
}

.cardTitle {
  font-size: 1.2rem;
}

.cardDescription {
  margin-top: 8px;
  font-size: 0.8rem;
}

.textContent {
  display: flex;
  flex-direction: column;
}


/* .customIcon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
} */

.inlineContent {
  display: flex;
  align-items: center;
}

.inlineIcon {
  margin-right: 0.5rem; 
  display: inline-flex;
  align-items: center;
}

.customIcon {
  width: 24px; /* Adjust the size as needed */
  height: 24px; /* Adjust the size as needed */
}