快乐的昕的电脑
2025-12-04 38c3c332ae1aa7ee2c520b2ee9ab52af995bbbc3
common/styles/components.scss
@@ -34,10 +34,9 @@
  border-radius: $radius-md;
  border: none;
  padding: 0 $spacing-lg;
  font-size: $font-size-sm;
  font-size: $font-size-base;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  @include smooth-font;
@@ -145,11 +144,10 @@
.table {
  width: 100%;
  border-spacing: 0;
  font-size: $font-size-sm;
  font-size: $font-size-base;
  &__head {
    text-transform: uppercase;
    font-size: $font-size-xs;
    font-size: $font-size-sm;
    color: $color-text-secondary;
    letter-spacing: 0.06em;
  }
@@ -181,9 +179,8 @@
  gap: $spacing-xxs;
  &__label {
    font-size: $font-size-xs;
    font-size: $font-size-sm;
    color: $color-text-secondary;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
@@ -193,7 +190,7 @@
    border: 1px solid rgba(11, 26, 44, 0.25);
    background-color: $color-bg-panel;
    padding: 0 $spacing-md;
    font-size: $font-size-sm;
    font-size: $font-size-base;
    color: $color-text-primary;
    transition: border-color 0.2s ease;
@@ -204,7 +201,7 @@
  }
  &__message {
    font-size: $font-size-xs;
    font-size: $font-size-sm;
    color: $color-danger;
  }
}