|
12 | 12 | display: flex; |
13 | 13 | flex-wrap: wrap; |
14 | 14 | } |
| 15 | + |
| 16 | +.mobile-public { |
| 17 | + margin: unset !important; |
| 18 | + |
| 19 | + .item-schedule { |
| 20 | + display: flex !important; |
| 21 | + align-items: center; |
| 22 | + padding-right: unset !important; |
| 23 | + padding-left: unset !important; |
| 24 | + |
| 25 | + div { |
| 26 | + font-size: 25px; |
| 27 | + font-weight: bold; |
| 28 | + } |
| 29 | + } |
| 30 | + |
| 31 | + .item-calendar { |
| 32 | + display: flex !important; |
| 33 | + justify-content: center; |
| 34 | + align-items: center; |
| 35 | + padding-right: 3.5px !important; |
| 36 | + padding-left: unset !important; |
| 37 | + |
| 38 | + a { |
| 39 | + padding-left: 12px !important; |
| 40 | + padding-right: 12px !important; |
| 41 | + width: 100%; |
| 42 | + margin-right: unset !important; |
| 43 | + } |
| 44 | + } |
| 45 | + |
| 46 | + .item-sort-by { |
| 47 | + padding-right: unset !important; |
| 48 | + padding-left: unset !important; |
| 49 | + display: flex !important; |
| 50 | + justify-content: center; |
| 51 | + align-items: center; |
| 52 | + } |
| 53 | + |
| 54 | + .item-clear-filter { |
| 55 | + display: flex !important; |
| 56 | + justify-content: center; |
| 57 | + align-items: center; |
| 58 | + padding-left: unset !important; |
| 59 | + |
| 60 | + a { |
| 61 | + padding-top: 7.8px !important; |
| 62 | + padding-left: 12px !important; |
| 63 | + padding-right: 12px !important; |
| 64 | + margin: unset !important; |
| 65 | + } |
| 66 | + } |
| 67 | +} |
| 68 | + |
| 69 | +.row-two-my-schedule { |
| 70 | + margin-top: unset !important; |
| 71 | + margin-bottom: 1rem !important; |
| 72 | + |
| 73 | + .item-public { |
| 74 | + padding: unset !important; |
| 75 | + |
| 76 | + a { |
| 77 | + margin-right: unset !important; |
| 78 | + } |
| 79 | + } |
| 80 | + |
| 81 | + .item-my-schedule { |
| 82 | + padding: unset !important; |
| 83 | + |
| 84 | + a { |
| 85 | + margin-right: unset !important; |
| 86 | + display: flex; |
| 87 | + align-items: center; |
| 88 | + justify-content: center; |
| 89 | + } |
| 90 | + } |
| 91 | + |
| 92 | + .item-my-speaker { |
| 93 | + padding: unset !important; |
| 94 | + |
| 95 | + a { |
| 96 | + width: 100% !important; |
| 97 | + margin: unset !important; |
| 98 | + padding: unset !important; |
| 99 | + display: flex; |
| 100 | + align-items: center; |
| 101 | + height: 100%; |
| 102 | + } |
| 103 | + |
| 104 | + div { |
| 105 | + align-items: center; |
| 106 | + justify-content: center; |
| 107 | + display: flex; |
| 108 | + } |
| 109 | + } |
| 110 | +} |
| 111 | + |
| 112 | +.row-dropdown-public { |
| 113 | + margin-bottom: unset !important; |
| 114 | + |
| 115 | + @media only screen and (max-width: 767px) { |
| 116 | + .ui.search.dropdown .menu { |
| 117 | + max-height: 13rem !important; |
| 118 | + } |
| 119 | + } |
| 120 | + |
| 121 | + .ic-ddown { |
| 122 | + right: 6px !important; |
| 123 | + } |
| 124 | + |
| 125 | + .dropdown { |
| 126 | + min-width: unset !important; |
| 127 | + } |
| 128 | + |
| 129 | + .item-track { |
| 130 | + padding-right: 5px !important; |
| 131 | + padding-left: unset !important; |
| 132 | + padding-bottom: unset !important; |
| 133 | + |
| 134 | + .menu-track { |
| 135 | + padding-left: 8px !important; |
| 136 | + |
| 137 | + .menu.transition.visible { |
| 138 | + border-top: 1px solid #96c8da !important; |
| 139 | + } |
| 140 | + |
| 141 | + .menu { |
| 142 | + width: 240px !important; |
| 143 | + } |
| 144 | + } |
| 145 | + } |
| 146 | + |
| 147 | + .item-room { |
| 148 | + padding-right: unset !important; |
| 149 | + padding-left: unset !important; |
| 150 | + padding-bottom: unset !important; |
| 151 | + |
| 152 | + .menu-room { |
| 153 | + padding-left: 8px !important; |
| 154 | + } |
| 155 | + |
| 156 | + .menu.transition.visible { |
| 157 | + border-top: 1px solid #96c8da !important; |
| 158 | + } |
| 159 | + |
| 160 | + .menu { |
| 161 | + width: 240px !important; |
| 162 | + } |
| 163 | + } |
| 164 | + |
| 165 | + .item-session-type { |
| 166 | + padding-right: unset !important; |
| 167 | + padding-left: 5px !important; |
| 168 | + padding-bottom: unset !important; |
| 169 | + |
| 170 | + .ui.active.selection.dropdown { |
| 171 | + border-bottom: unset !important; |
| 172 | + } |
| 173 | + |
| 174 | + .menu-type { |
| 175 | + padding-left: 8px !important; |
| 176 | + } |
| 177 | + |
| 178 | + .menu { |
| 179 | + width: 240px !important; |
| 180 | + border-bottom: 1px solid #96c8da !important; |
| 181 | + } |
| 182 | + |
| 183 | + .menu.transition.visible { |
| 184 | + border-top: 1px solid #96c8da !important; |
| 185 | + } |
| 186 | + } |
| 187 | + |
| 188 | + .item-session-level { |
| 189 | + padding-left: 5px !important; |
| 190 | + padding-right: unset !important; |
| 191 | + padding-bottom: unset !important; |
| 192 | + |
| 193 | + .menu-level { |
| 194 | + padding-left: 8px !important; |
| 195 | + } |
| 196 | + |
| 197 | + .menu.transition.visible { |
| 198 | + border-top: 1px solid #96c8da !important; |
| 199 | + } |
| 200 | + |
| 201 | + .menu { |
| 202 | + width: 240px !important; |
| 203 | + } |
| 204 | + } |
| 205 | +} |
0 commit comments