25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

74 satır
1.1 KiB

  1. /* Pages/HGBot/Vote/Vote.wxss */
  2. @import "/Pages/HGBot/Home/Home.wxss";
  3. .ques{
  4. margin-top: 15%;
  5. font-size: 22px;
  6. text-align: center;
  7. justify-self: center;
  8. align-items: center;
  9. color: #000;
  10. }
  11. .sent{
  12. padding: 10px;
  13. margin-top: 20px;
  14. margin-left: 5%;
  15. font-size: 22px;
  16. text-align: center;
  17. color: #000;
  18. }
  19. .choice{
  20. padding: 10px;
  21. font-size: 23px;
  22. align-items: center;
  23. justify-content: center;
  24. margin-left: 20%;
  25. color: #000;
  26. }
  27. .add{
  28. display: flex;
  29. padding-left: 20%;
  30. margin-left: 5px;
  31. }
  32. .add button{
  33. color: #d8caaf;
  34. padding: 0;
  35. margin: 0;
  36. background-color: inherit;
  37. }
  38. .add button:after{
  39. content: 0;
  40. }
  41. .add button::after{
  42. border: 0;
  43. }
  44. .add image{
  45. width: 23.25px;
  46. height:23.25px;
  47. }
  48. .button{
  49. display:flex;
  50. align-items: center;
  51. justify-content: center;
  52. width: 102px;
  53. height: 42px;
  54. background: #d8caaf;
  55. font-size: 22px;
  56. text-align: center;
  57. color: #000;
  58. }
  59. .hg{
  60. position: sticky;
  61. align-items: center;
  62. justify-content: center;
  63. text-align: center;
  64. padding-top: 20px;
  65. }