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.

63 lines
1.2 KiB

7 years ago
  1. @charset "UTF-8";
  2. @import "variables";
  3. @import "mixins";
  4. @import "animation";
  5. @import "bootstrap_custom";
  6. @import "plugins_custom";
  7. @import "modal";
  8. @import "layout";
  9. @import "buttons";
  10. @import "grid";
  11. @import "form";
  12. @import "pages";
  13. /* 높이/너비/마진/패딩 */
  14. @for $i from 1 to 100 {
  15. .H#{$i * 5} {
  16. height: 5px * $i !important;
  17. }
  18. }
  19. @for $i from 1 to 100{
  20. .W#{$i * 5} {
  21. width: 5px * $i !important;
  22. }
  23. }
  24. @for $i from 1 to 10 {
  25. .M#{$i * 5} {
  26. margin:5px * $i;
  27. }
  28. .MT#{$i * 5} {
  29. margin-top:5px * $i;
  30. }
  31. .MR#{$i*5} {
  32. margin-right:5px * $i;
  33. }
  34. .MB#{$i * 5} {
  35. margin-bottom:5px * $i;
  36. }
  37. .ML#{$i * 5} {
  38. margin-left:5px * $i;
  39. }
  40. .PT#{$i * 5} {
  41. padding-top:5px * $i;
  42. }
  43. .PR#{$i * 5} {
  44. padding-right:5px * $i;
  45. }
  46. .PB#{$i * 5} {
  47. padding-bottom:5px * $i;
  48. }
  49. .PL#{$i * 5} {
  50. padding-left:5px * $i;
  51. }
  52. .P#{$i * 5} {
  53. padding:5px * $i;
  54. }
  55. }
  56. .ellipsis { text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
  57. .admin-help-wrap {
  58. width:700px; margin:0 auto;
  59. li > img {width:700px;}
  60. .point-color {color:#e60035}
  61. }