index.scss 105 Bytes
Newer Older
lirandong committed
1 2 3 4 5 6 7 8 9
.index {
  flex-direction: column;
  width: 100%;
  background-color: red;
}

.dec_btn {
  color: red;
}