@import '../../stylesheets/variables'; @import '../mixins'; .container { display: flex; justify-content: center; } .text { @include light-theme() { border: 1px solid $color-gray-15; color: $color-gray-90; } @include dark-theme() { border: 1px solid $color-gray-60; color: $color-white; } } .button { width: 32px; height: 32px; background: transparent; border: none; margin-left: 12px; }