@import './base.css';
@import './typography.css';
@import './component-menu.css';
@import './component-clock.css';
@import './component-number-card.css';
@import './component-table.css';

[v-cloak] {
  display: none;
}

.widget {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  background-color: #ffffff;
  padding: 20px;
}

.caption {
  display: flex;
  justify-content: space-between;
}

.caption .active-link {
  color: #2199e8;
}

.mini-nav {
  display: flex;
  gap: 0 0.5rem;
  font-size: 1.3rem;
  text-decoration: underline;
}