|
36 | 36 | & .ui.table tr td { |
37 | 37 | &:last-child { |
38 | 38 | border-radius: 0 8px 8px 0 !important; |
| 39 | + |
| 40 | + @media only screen and (max-device-width: 767px), only screen and (max-width: 767px) { |
| 41 | + border-radius: 0 0 8px 8px !important; |
| 42 | + } |
39 | 43 | } |
40 | 44 |
|
41 | 45 | &.td-type { |
|
50 | 54 | text-align: center; |
51 | 55 | //color: #a66a12; |
52 | 56 | color: #b55b27; |
| 57 | + |
| 58 | + @media only screen and (max-device-width: 767px), only screen and (max-width: 767px) { |
| 59 | + display: block; |
| 60 | + padding: 6px 12px; |
| 61 | + text-align: left; |
| 62 | + } |
53 | 63 | } |
54 | 64 | } |
55 | 65 |
|
|
63 | 73 | } |
64 | 74 |
|
65 | 75 | &.td-date-sync { |
66 | | - background-color: #feffd7 !important; |
| 76 | + //background-color: #feffd7 !important; |
| 77 | + background-color: #fdff9c !important; |
67 | 78 |
|
68 | 79 | &::before { |
69 | 80 | content: ""; |
|
72 | 83 | top: 0; |
73 | 84 | bottom: 0; |
74 | 85 | width: 1px; |
75 | | - border-right: 2px solid #feffd7; |
| 86 | + //border-right: 2px solid #feffd7; |
| 87 | + border-right: 2px solid #fdff9c; |
76 | 88 | font-size: 0; |
77 | 89 | } |
78 | 90 | } |
79 | 91 | } |
80 | 92 |
|
| 93 | + & .ui.table tr td.td-type + td.td-color { |
| 94 | + &::before { |
| 95 | + content: ""; |
| 96 | + position: absolute; |
| 97 | + left: -2px; |
| 98 | + top: 0; |
| 99 | + bottom: 0; |
| 100 | + width: 1px; |
| 101 | + border-right: 2px solid #57b895ce; |
| 102 | + font-size: 0; |
| 103 | + } |
| 104 | + } |
| 105 | + |
| 106 | + & .ui.table tr td.td-date-sync + td.td-date { |
| 107 | + &::before { |
| 108 | + content: ""; |
| 109 | + position: absolute; |
| 110 | + left: -2px; |
| 111 | + top: 0; |
| 112 | + bottom: 0; |
| 113 | + width: 1px; |
| 114 | + border-right: 2px solid #fff; |
| 115 | + font-size: 0; |
| 116 | + } |
| 117 | + |
| 118 | + &.td-color { |
| 119 | + &::before { |
| 120 | + border-color: #57b895ce; |
| 121 | + } |
| 122 | + } |
| 123 | + } |
| 124 | + |
81 | 125 | & .ui.table tr:nth-child(2n) td { |
82 | 126 | &.td-color { |
83 | 127 | //background-color: #dee98a !important; |
84 | 128 | background-color: #57b894 !important; |
85 | 129 | } |
86 | 130 |
|
87 | 131 | &.td-date-sync { |
88 | | - background-color: #f7f8c2 !important; |
| 132 | + //background-color: #f7f8c2 !important; |
| 133 | + background-color: #fcff79 !important; |
| 134 | + |
| 135 | + &::before { |
| 136 | + //border-color: #f7f8c2; |
| 137 | + border-color: #fcff79; |
| 138 | + } |
| 139 | + } |
| 140 | + } |
89 | 141 |
|
| 142 | + & .ui.table tr:nth-child(2n) td.td-type + td.td-color { |
| 143 | + &::before { |
| 144 | + border-color: #57b894; |
| 145 | + } |
| 146 | + } |
| 147 | + |
| 148 | + & .ui.table tr:nth-child(2n) td.td-date-sync + td.td-date { |
| 149 | + &::before { |
| 150 | + border-color: #fafafa; |
| 151 | + } |
| 152 | + |
| 153 | + &.td-color { |
90 | 154 | &::before { |
91 | | - border-color: #f7f8c2; |
| 155 | + border-color: #57b894; |
92 | 156 | } |
93 | 157 | } |
94 | 158 | } |
|
117 | 181 | } |
118 | 182 |
|
119 | 183 | &__type { |
| 184 | + font-weight: bold; |
| 185 | + color: #b55b27; |
| 186 | + } |
| 187 | + |
| 188 | + @media only screen and (max-device-width: 767px), only screen and (max-width: 767px) { |
| 189 | + top: -7px; |
| 190 | + } |
| 191 | +} |
| 192 | + |
| 193 | +.actions .lingvo-button-greenest { |
| 194 | + &_sync { |
| 195 | + min-height: 40px !important; |
| 196 | + border-radius: 12px !important; |
120 | 197 | } |
121 | 198 | } |
0 commit comments