items.scss 814 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. $text_color : #fff;
  2. $my_color: #ACA9D0;
  3. $bg:transparent;
  4. .ghost {
  5. background: $bg;
  6. }
  7. .check{
  8. padding:0px;
  9. margin:0px;
  10. width: 22px;
  11. height: 22px;
  12. }
  13. .doit {
  14. border-radius: 40px;
  15. width: 60px;
  16. height: 25px;
  17. font-size:8px;
  18. text-align:center;
  19. }
  20. .comment {
  21. background:rgba(10, 10, 10, .5) ;
  22. border:0px;
  23. color: $text_color;
  24. }
  25. .column_part {
  26. margin-bottom:6px;
  27. font-size: 20px;
  28. }
  29. .column {
  30. margin-bottom:20px;
  31. font-weight: bold;
  32. text-transform:uppercase;
  33. }
  34. .id {
  35. color: $back_color;
  36. font-size:70px;
  37. font-weight: bold;
  38. }
  39. .my_col {
  40. border-radius:0px;
  41. padding-left:20px;
  42. margin-right:10px;
  43. }
  44. .column_name {
  45. padding-left:0px;
  46. }
  47. .text {
  48. font-weight: bold;
  49. text-transform:uppercase;
  50. }
  51. .create_butt {
  52. margin-top:20px;
  53. }