Advertisement
Katsiree

แก้_เพื่อนแนะนำ

Sep 17th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.96 KB | None | 0 0
  1. .box_chart .nav-tabs .nav-link {
  2.     border-radius: 0 !important;
  3. }
  4.  
  5.  
  6. .box_chart nav>.nav.nav-tabs {
  7.  
  8.     border: none;
  9.     color: #fff;
  10.     background: #272e38;
  11.     font-weight: bold;
  12.     display: grid
  13. }
  14.  
  15. .box_chart nav>div a.nav-item.nav-link {
  16.     border: none;
  17.     color: #fff;
  18.     font-size: 15px;
  19. }
  20.  
  21. .box_chart nav>div a.nav-item.nav-link.active {
  22.     border: none;
  23.     color: #313131;
  24.     background: #f1f1f1;
  25. }
  26.  
  27. .box_chart .tab-content {
  28.     background: #fdfdfd;
  29.     line-height: 25px;
  30.     border-radius: 15px;
  31.     /* height: 185px;
  32.             overflow: overlay; */
  33. }
  34.  
  35. .box_chart nav>div a.nav-item.nav-link:hover,
  36. .box_chart nav>div a.nav-item.nav-link:focus {
  37.     background: #f5f5f5;
  38.     color: #313131;
  39.     transition: background 0.20s linear;
  40. }
  41.  
  42. .box_chart .tab-pane {
  43.     padding: 15px 0 15px 15px;
  44.     border-radius: 5px;
  45.     color: #313131;
  46.  
  47. }
  48.  
  49. .comments-list ol {
  50.     padding: 0;
  51.     margin-left: 20px;
  52. }
  53.  
  54. .comments-list ol li:hover {
  55.     background: #ccdffa;
  56. }
  57.  
  58. .comments-list .btn-sm {
  59.     padding: 0 15px;
  60. }
  61.  
  62. .box_chart .comments-list li {
  63.     border-bottom: 1px dotted #313131;
  64.     padding: 7px 0px;
  65. }
  66.  
  67. .list_reward {
  68.     background: #fdfdfd;
  69. }
  70.  
  71. .list_reward ul {
  72.     margin-top: 20px;
  73. }
  74.  
  75. .list_reward ul>li {
  76.     list-style-image: url('https://www.234.in.th/images/2019/09/16/star.png');
  77. }
  78.  
  79.  
  80. @media (min-width: 922px) {
  81.     .list_reward {
  82.         margin-left: 10px;
  83.     }
  84.  
  85.     .list_reward ul>li {
  86.         margin: -10px 30px;
  87.     }
  88.  
  89.     .mb_none {
  90.         display: none;
  91.     }
  92. }
  93.  
  94. @media (max-width: 400px) {
  95.     .list_reward {
  96.         padding-left: 0px;
  97.         margin-top: 15px;
  98.     }
  99.  
  100.     .mb_l-20 {
  101.         left: 20px;
  102.     }
  103.  
  104.     .mb_timexx {
  105.         right: -69px;
  106.         position: relative;
  107.         top: -10px;
  108.         display: block;
  109.     }
  110.  
  111.     .comments-list {
  112.         padding-right: 5px;
  113.     }
  114.  
  115.     .list_reward ul {
  116.         padding-left: 2.2rem;
  117.     }
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement