설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_type.scss 246B

123456789101112131415161718192021
  1. .text-sm {
  2. font-size: $font-size-sm;
  3. }
  4. .text-lg {
  5. font-size: $font-size-lg;
  6. }
  7. b, strong {
  8. font-weight: $font-weight-bold;
  9. }
  10. pre.snippet {
  11. white-space: pre-wrap;
  12. word-wrap: break-word;
  13. text-align: justify;
  14. }
  15. a {
  16. cursor: pointer;
  17. }