| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  | // System wide notifications
 | 
					
						
							|  |  |  | [notification] { | 
					
						
							|  |  |  |   position: fixed; | 
					
						
							|  |  |  |   top: 0; | 
					
						
							|  |  |  |   right: 0; | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |   margin: $-xl; | 
					
						
							| 
									
										
										
										
											2018-07-29 22:34:54 +08:00
										 |  |  |   padding: $-m $-l; | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |   background-color: #FFF; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(background-color, #fff, #444); | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |   border-radius: 4px; | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |   border-inline-start: 6px solid currentColor; | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |   box-shadow: $bs-large; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   z-index: 999999; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							| 
									
										
										
										
											2018-03-18 19:58:45 +08:00
										 |  |  |   max-width: 360px; | 
					
						
							|  |  |  |   transition: transform ease-in-out 280ms; | 
					
						
							| 
									
										
										
										
											2018-07-29 22:34:54 +08:00
										 |  |  |   transform: translateX(580px); | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |   display: grid; | 
					
						
							| 
									
										
										
										
											2020-01-15 03:50:29 +08:00
										 |  |  |   grid-template-columns: 42px 1fr 12px; | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |   color: #444; | 
					
						
							|  |  |  |   font-weight: 700; | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |   span, svg { | 
					
						
							|  |  |  |     vertical-align: middle; | 
					
						
							|  |  |  |     justify-self: center; | 
					
						
							|  |  |  |     align-self: center; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |   svg { | 
					
						
							| 
									
										
										
										
											2018-07-29 22:34:54 +08:00
										 |  |  |     width: 2.8rem; | 
					
						
							|  |  |  |     height: 2.8rem; | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |     padding-inline-end: $-s; | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |     fill: currentColor; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2020-01-15 03:50:29 +08:00
										 |  |  |   .dismiss { | 
					
						
							|  |  |  |     margin-top: -8px; | 
					
						
							|  |  |  |     svg { | 
					
						
							|  |  |  |       height: 1.0rem; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |       @include lightDark(color, #444, #888); | 
					
						
							| 
									
										
										
										
											2020-01-15 03:50:29 +08:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   span { | 
					
						
							|  |  |  |     vertical-align: middle; | 
					
						
							| 
									
										
										
										
											2018-03-18 19:58:45 +08:00
										 |  |  |     line-height: 1.3; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |     @include whenDark { | 
					
						
							|  |  |  |       color: #BBB; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							|  |  |  |   &.pos { | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |     color: $positive; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							|  |  |  |   &.neg { | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |     color: $negative; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							|  |  |  |   &.warning { | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |     color: $warning; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							|  |  |  |   &.showing { | 
					
						
							| 
									
										
										
										
											2018-07-29 22:34:54 +08:00
										 |  |  |     transform: translateX(0); | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-03-18 19:58:45 +08:00
										 |  |  |   &.showing:hover { | 
					
						
							|  |  |  |     transform: translate3d(0, -2px, 0); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-18 21:06:40 +08:00
										 |  |  | .chapter-contents-toggle { | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   transition: all ease-in-out 180ms; | 
					
						
							|  |  |  |   user-select: none; | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |   svg[data-icon="caret-right"] { | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |     margin-inline-end: 0; | 
					
						
							| 
									
										
										
										
											2019-03-30 23:15:01 +08:00
										 |  |  |     font-size: 1rem; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |     transition: all ease-in-out 180ms; | 
					
						
							|  |  |  |     transform: rotate(0deg); | 
					
						
							| 
									
										
										
										
											2019-03-30 23:15:01 +08:00
										 |  |  |     transform-origin: 50% 50%; | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |   &.open svg[data-icon="caret-right"] { | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |     transform: rotate(90deg); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2019-03-30 23:15:01 +08:00
										 |  |  |   svg[data-icon="caret-right"] + * { | 
					
						
							| 
									
										
										
										
											2022-05-18 21:06:40 +08:00
										 |  |  |     margin-inline-start: $-xxs; | 
					
						
							| 
									
										
										
										
											2019-03-30 23:15:01 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 06:56:01 +08:00
										 |  |  | [overlay], .popup-background { | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(background-color, rgba(0, 0, 0, 0.333), rgba(0, 0, 0, 0.6)); | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |   position: fixed; | 
					
						
							|  |  |  |   z-index: 95536; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   height: 100%; | 
					
						
							|  |  |  |   min-width: 100%; | 
					
						
							|  |  |  |   min-height: 100%; | 
					
						
							|  |  |  |   top: 0; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							|  |  |  |   right: 0; | 
					
						
							|  |  |  |   bottom: 0; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   align-items: center; | 
					
						
							|  |  |  |   justify-content: center; | 
					
						
							|  |  |  |   display: none; | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-03 17:32:14 +08:00
										 |  |  | .popup-body-wrap { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  | .popup-body { | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(background-color, #fff, #333); | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   max-height: 90%; | 
					
						
							| 
									
										
										
										
											2019-12-28 01:14:34 +08:00
										 |  |  |   max-width: 1200px; | 
					
						
							|  |  |  |   width: 90%; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   height: auto; | 
					
						
							| 
									
										
										
										
											2019-12-28 01:14:34 +08:00
										 |  |  |   margin: 2% auto; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   z-index: 999; | 
					
						
							|  |  |  |   display: flex; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   flex-direction: column; | 
					
						
							|  |  |  |   &.small { | 
					
						
							|  |  |  |     margin: 2% auto; | 
					
						
							|  |  |  |     width: 800px; | 
					
						
							|  |  |  |     max-width: 90%; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-04-20 21:58:37 +08:00
										 |  |  |   &.very-small { | 
					
						
							|  |  |  |     margin: 2% auto; | 
					
						
							|  |  |  |     width: 600px; | 
					
						
							|  |  |  |     max-width: 90%; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   &:before { | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     align-self: flex-start; | 
					
						
							| 
									
										
										
										
											2015-08-14 03:28:11 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-01-06 04:11:06 +08:00
										 |  |  |   .popup-content { | 
					
						
							|  |  |  |     overflow-y: auto; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2019-08-25 01:26:28 +08:00
										 |  |  |   &:focus { | 
					
						
							|  |  |  |     outline: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  | .popup-header button, .popup-footer button { | 
					
						
							| 
									
										
										
										
											2016-09-02 03:36:22 +08:00
										 |  |  |   margin: 0; | 
					
						
							|  |  |  |   border-radius: 0; | 
					
						
							|  |  |  |   box-shadow: none; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   color: #FFF; | 
					
						
							|  |  |  |   padding: $-xs $-m; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .popup-header button:not(.popup-header-close) { | 
					
						
							|  |  |  |   font-size: 0.8rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .popup-header button:hover { | 
					
						
							|  |  |  |     background-color: rgba(255, 255, 255, 0.1); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .popup-footer { | 
					
						
							|  |  |  |   justify-content: end; | 
					
						
							| 
									
										
										
										
											2022-06-21 06:02:06 +08:00
										 |  |  |   background-color: var(--color-primary-light); | 
					
						
							|  |  |  |   min-height: 41px; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   button { | 
					
						
							|  |  |  |     padding: 10px $-m; | 
					
						
							| 
									
										
										
										
											2019-04-07 18:34:40 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 18:34:40 +08:00
										 |  |  | .popup-header-close { | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  |   color: #FFF; | 
					
						
							|  |  |  |   font-size: 16px; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   svg { | 
					
						
							|  |  |  |     margin-right: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-09-02 03:36:22 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .popup-header, .popup-footer { | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   display: flex; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   height: 40px; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   flex: 0; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   .popup-title { | 
					
						
							|  |  |  |     color: #FFF; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |     margin-right: auto; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |     padding: 8px $-m; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  |   &.flex-container-row { | 
					
						
							|  |  |  |     display: flex !important; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-13 01:48:26 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-09-03 17:32:14 +08:00
										 |  |  | body.flexbox-support #entity-selector-wrap .popup-body .form-group { | 
					
						
							|  |  |  |   height: 444px; | 
					
						
							|  |  |  |   min-height: 444px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-09-02 03:36:22 +08:00
										 |  |  | #entity-selector-wrap .popup-body .form-group { | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | .popup-body .entity-selector-container { | 
					
						
							|  |  |  |   flex: 1; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-09-03 17:32:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  | .image-manager-body { | 
					
						
							| 
									
										
										
										
											2016-09-03 17:32:14 +08:00
										 |  |  |   min-height: 70vh; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-10 01:58:22 +08:00
										 |  |  | .dropzone-container { | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(background-color, #eee, #222); | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a9a9a9' fill-opacity='0.52' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  | .image-manager-list .image { | 
					
						
							| 
									
										
										
										
											2015-08-16 07:18:22 +08:00
										 |  |  |   display: block; | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2015-08-16 07:18:22 +08:00
										 |  |  |   border-radius: 0; | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							| 
									
										
										
										
											2021-05-29 20:08:28 +08:00
										 |  |  |   width: math.div(100%, 6); | 
					
						
							| 
									
										
										
										
											2015-08-16 07:18:22 +08:00
										 |  |  |   height: auto; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(border-color, #ddd, #000); | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  |   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   transition: all cubic-bezier(.4, 0, 1, 1) 160ms; | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  |   overflow: hidden; | 
					
						
							| 
									
										
										
										
											2015-08-16 07:18:22 +08:00
										 |  |  |   &.selected { | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  |     transform: scale3d(0.92, 0.92, 0.92); | 
					
						
							|  |  |  |     outline: currentColor 2px solid; | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  |   } | 
					
						
							|  |  |  |   img { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .image-meta { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     bottom: 0; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     color: #EEE; | 
					
						
							|  |  |  |     background-color: rgba(0, 0, 0, 0.4); | 
					
						
							|  |  |  |     font-size: 10px; | 
					
						
							|  |  |  |     padding: 3px 4px; | 
					
						
							|  |  |  |     span { | 
					
						
							|  |  |  |       display: block; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   @include smaller-than($xl) { | 
					
						
							| 
									
										
										
										
											2021-05-29 20:08:28 +08:00
										 |  |  |     width: math.div(100%, 4); | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  |   } | 
					
						
							|  |  |  |   @include smaller-than($m) { | 
					
						
							|  |  |  |     .image-meta { | 
					
						
							|  |  |  |       display: none; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2015-08-16 07:18:22 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  | .image-manager .load-more { | 
					
						
							| 
									
										
										
										
											2015-08-13 01:48:26 +08:00
										 |  |  |   display: block; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   text-align: center; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(background-color, #EEE, #444); | 
					
						
							| 
									
										
										
										
											2015-08-16 07:18:22 +08:00
										 |  |  |   padding: $-s $-m; | 
					
						
							|  |  |  |   color: #AAA; | 
					
						
							|  |  |  |   clear: both; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   font-size: 20px; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							| 
									
										
										
										
											2015-08-16 07:18:22 +08:00
										 |  |  |   font-style: italic; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  | .image-manager .loading-container { | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  | .image-manager-sidebar { | 
					
						
							|  |  |  |   width: 300px; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   overflow-y: auto; | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  |   overflow-x: hidden; | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |   border-inline-start: 1px solid #DDD; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(border-color, #ddd, #000); | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |   .inner { | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  |     min-height: auto; | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |     padding: $-m; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   img { | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							| 
									
										
										
										
											2018-05-20 01:44:40 +08:00
										 |  |  |     max-height: 180px; | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |     display: block; | 
					
						
							|  |  |  |     margin: 0 auto $-m auto; | 
					
						
							| 
									
										
										
										
											2018-05-20 01:44:40 +08:00
										 |  |  |     box-shadow: 0 1px 21px 1px rgba(76, 76, 76, 0.3); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .image-manager-viewer { | 
					
						
							|  |  |  |     height: 196px; | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     align-items: center; | 
					
						
							|  |  |  |     justify-content: center; | 
					
						
							|  |  |  |     a { | 
					
						
							|  |  |  |       display: inline-block; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   .dropzone-container { | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |     border-bottom: 1px solid #DDD; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |     @include lightDark(border-color, #ddd, #000); | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-13 14:44:10 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  | .image-manager-list { | 
					
						
							|  |  |  |   overflow-y: scroll; | 
					
						
							|  |  |  |   flex: 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .image-manager-content { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   flex-direction: column; | 
					
						
							|  |  |  |   flex: 1; | 
					
						
							| 
									
										
										
										
											2016-04-03 21:59:54 +08:00
										 |  |  |   .container { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .full-tab { | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Dropzone
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  |  * The MIT License | 
					
						
							|  |  |  |  * Copyright (c) 2012 Matias Meno <m@tias.me> | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  | .dz-message { | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |   font-size: 1em; | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  |   line-height: 2.85; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   font-style: italic; | 
					
						
							| 
									
										
										
										
											2018-05-13 19:07:38 +08:00
										 |  |  |   color: #888; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   text-align: center; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							| 
									
										
										
										
											2016-08-31 03:05:59 +08:00
										 |  |  |   padding: $-l $-m; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   transition: all ease-in-out 120ms; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  | .dz-drag-hover .dz-message { | 
					
						
							|  |  |  |   background-color: rgb(16, 126, 210); | 
					
						
							|  |  |  |   color: #EEE; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | @keyframes passing-through { | 
					
						
							|  |  |  |   0% { | 
					
						
							|  |  |  |     opacity: 0; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: translateY(40px); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   30%, 70% { | 
					
						
							|  |  |  |     opacity: 1; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: translateY(0px); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   100% { | 
					
						
							|  |  |  |     opacity: 0; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: translateY(-40px); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | @keyframes slide-in { | 
					
						
							|  |  |  |   0% { | 
					
						
							|  |  |  |     opacity: 0; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: translateY(40px); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   30% { | 
					
						
							|  |  |  |     opacity: 1; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: translateY(0px); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | @keyframes pulse { | 
					
						
							|  |  |  |   0% { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: scale(1); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   10% { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: scale(1.1); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   20% { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |     transform: scale(1); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | .dropzone, .dropzone * { | 
					
						
							|  |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   vertical-align: top; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   margin: 12px; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   min-height: 80px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview:hover { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   z-index: 1000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview:hover .dz-details { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   opacity: 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-file-preview .dz-image { | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  |   background: #e9e9e9; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-file-preview .dz-details { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   opacity: 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-image-preview { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   background: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-image-preview .dz-details { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   transition: opacity 0.2s linear; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-remove { | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  |   font-size: 13px; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   text-align: center; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   border: none; | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  |   margin-top: 3px; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-remove:hover { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   text-decoration: underline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview:hover .dz-details { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   opacity: 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-details { | 
					
						
							|  |  |  |   z-index: 20; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   top: 0; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							|  |  |  |   opacity: 0; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   font-size: 10px; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   min-width: 100%; | 
					
						
							|  |  |  |   max-width: 100%; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   padding: 6px 3px; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   text-align: center; | 
					
						
							|  |  |  |   color: rgba(0, 0, 0, 0.9); | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   line-height: 150%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-details .dz-size { | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   margin-bottom: 0.5em; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   font-size: 12px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-details .dz-filename { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   white-space: nowrap; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-details .dz-filename:hover span { | 
					
						
							|  |  |  |   border: 1px solid rgba(200, 200, 200, 0.8); | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   background-color: rgba(255, 255, 255, 0.8); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-details .dz-filename:not(:hover) { | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   text-overflow: ellipsis; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-details .dz-filename:not(:hover) span { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   border: 1px solid transparent; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  | .dz-preview .dz-details .dz-filename span { | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   background-color: rgba(255, 255, 255, 0.4); | 
					
						
							|  |  |  |   padding: 0 0.4em; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   border-radius: 3px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview:hover .dz-image img { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   filter: blur(8px); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-image { | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							| 
									
										
										
										
											2015-08-13 06:42:42 +08:00
										 |  |  |   width: 80px; | 
					
						
							|  |  |  |   height: 80px; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   position: relative; | 
					
						
							|  |  |  |   display: block; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   z-index: 10; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-image img { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   display: block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-success .dz-success-mark { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-error .dz-error-mark { | 
					
						
							|  |  |  |   opacity: 1; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-success-mark, .dz-preview .dz-error-mark { | 
					
						
							|  |  |  |   pointer-events: none; | 
					
						
							|  |  |  |   opacity: 0; | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  |   z-index: 1001; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   position: absolute; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   top: 50%; | 
					
						
							|  |  |  |   left: 50%; | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |   margin-inline-start: -27px; | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  |   margin-top: -35px; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   width: 54px; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   height: 54px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-processing .dz-progress { | 
					
						
							|  |  |  |   opacity: 1; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   transition: all 0.2s linear; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-complete .dz-progress { | 
					
						
							|  |  |  |   opacity: 0; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   transition: opacity 0.4s ease-in; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview:not(.dz-processing) .dz-progress { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   animation: pulse 6s ease infinite; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-progress { | 
					
						
							|  |  |  |   opacity: 1; | 
					
						
							|  |  |  |   z-index: 1000; | 
					
						
							|  |  |  |   pointer-events: none; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   height: 16px; | 
					
						
							|  |  |  |   left: 50%; | 
					
						
							|  |  |  |   top: 50%; | 
					
						
							|  |  |  |   margin-top: -8px; | 
					
						
							|  |  |  |   width: 80px; | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |   margin-inline-start: -40px; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   background: rgba(255, 255, 255, 0.9); | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |   transform: scale(1); | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   border-radius: 8px; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   overflow: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-progress .dz-upload { | 
					
						
							|  |  |  |   background: #333; | 
					
						
							|  |  |  |   background: linear-gradient(to bottom, #666, #444); | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   top: 0; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							|  |  |  |   bottom: 0; | 
					
						
							|  |  |  |   width: 0; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   transition: width 300ms ease-in-out; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview.dz-error .dz-error-message { | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   display: block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  | .dz-preview.dz-error { | 
					
						
							| 
									
										
										
										
											2018-03-18 21:28:04 +08:00
										 |  |  |   .dz-image, .dz-details { | 
					
						
							|  |  |  |     &:hover ~ .dz-error-message { | 
					
						
							|  |  |  |       opacity: 1; | 
					
						
							|  |  |  |       pointer-events: auto; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-error-message { | 
					
						
							|  |  |  |   pointer-events: none; | 
					
						
							|  |  |  |   z-index: 1000; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  |   opacity: 0; | 
					
						
							|  |  |  |   transition: opacity 0.3s ease; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   border-radius: 4px; | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  |   font-size: 12px; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   line-height: 1.2; | 
					
						
							|  |  |  |   top: 88px; | 
					
						
							| 
									
										
										
										
											2019-01-27 22:13:31 +08:00
										 |  |  |   left: -12px; | 
					
						
							|  |  |  |   width: 160px; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   background: $negative; | 
					
						
							|  |  |  |   padding: $-xs; | 
					
						
							|  |  |  |   color: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  | .dz-preview .dz-error-message:after { | 
					
						
							|  |  |  |   content: ''; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   top: -6px; | 
					
						
							| 
									
										
										
										
											2019-03-09 06:57:24 +08:00
										 |  |  |   left: 44px; | 
					
						
							| 
									
										
										
										
											2015-08-09 21:52:15 +08:00
										 |  |  |   width: 0; | 
					
						
							|  |  |  |   height: 0; | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |   border-inline-start: 6px solid transparent; | 
					
						
							|  |  |  |   border-inline-end: 6px solid transparent; | 
					
						
							| 
									
										
										
										
											2015-12-31 03:57:17 +08:00
										 |  |  |   border-bottom: 6px solid $negative; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-10-24 00:55:48 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-19 20:55:56 +08:00
										 |  |  | .tab-container .nav-tabs { | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |   text-align: start; | 
					
						
							| 
									
										
										
										
											2016-10-24 00:55:48 +08:00
										 |  |  |   border-bottom: 1px solid #DDD; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   @include lightDark(border-color, #ddd, #444); | 
					
						
							| 
									
										
										
										
											2016-10-24 00:55:48 +08:00
										 |  |  |   margin-bottom: $-m; | 
					
						
							|  |  |  |   .tab-item { | 
					
						
							|  |  |  |     padding: $-s; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |     @include lightDark(color, #666, #999); | 
					
						
							| 
									
										
										
										
											2016-10-24 00:55:48 +08:00
										 |  |  |     &.selected { | 
					
						
							|  |  |  |       border-bottom-width: 3px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-12-24 23:21:19 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  | .nav-tabs { | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  |   a, .tab-item { | 
					
						
							|  |  |  |     padding: $-m; | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |     @include lightDark(color, #666, #999); | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  |     cursor: pointer; | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  |     border-right: 1px solid rgba(0, 0, 0, 0.1); | 
					
						
							|  |  |  |     border-bottom: 2px solid transparent; | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  |     &.selected { | 
					
						
							|  |  |  |       border-bottom: 2px solid var(--color-primary); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  |     &:last-child { | 
					
						
							|  |  |  |       border-right: 0; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-24 23:21:19 +08:00
										 |  |  | .image-picker .none { | 
					
						
							|  |  |  |   display: none; | 
					
						
							| 
									
										
										
										
											2017-07-01 20:23:46 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 06:56:01 +08:00
										 |  |  | .code-editor .CodeMirror { | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   height: auto; | 
					
						
							|  |  |  |   min-height: 50vh; | 
					
						
							|  |  |  |   border-bottom: 0; | 
					
						
							| 
									
										
										
										
											2017-07-01 22:50:28 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 06:56:01 +08:00
										 |  |  | .code-editor .lang-options { | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  |   overflow-y: scroll; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   flex-basis: 200px; | 
					
						
							|  |  |  |   flex-grow: 1; | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .code-editor .lang-options button { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   padding: $-xs $-m; | 
					
						
							| 
									
										
										
										
											2022-06-21 06:06:54 +08:00
										 |  |  |   border-bottom: 1px solid; | 
					
						
							|  |  |  |   @include lightDark(color, #333, #AAA); | 
					
						
							|  |  |  |   @include lightDark(border-bottom-color, #EEE, #000); | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  |   width: 100%; | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  |   font-family: $mono; | 
					
						
							|  |  |  |   font-size: 0.7rem; | 
					
						
							| 
									
										
										
										
											2022-07-26 02:13:25 +08:00
										 |  |  |   padding-left: 24px + $-xs; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   &:hover, &.active { | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  |     background-color: var(--color-primary-light); | 
					
						
							|  |  |  |     color: var(--color-primary); | 
					
						
							| 
									
										
										
										
											2017-07-01 22:50:28 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-25 04:15:43 +08:00
										 |  |  | .code-editor button.lang-option-favorite-toggle { | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							| 
									
										
										
										
											2022-07-25 20:10:27 +08:00
										 |  |  |   top: 0; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							| 
									
										
										
										
											2022-07-25 04:15:43 +08:00
										 |  |  |   width: 28px; | 
					
						
							|  |  |  |   font-size: 1rem; | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  |   line-height: 1; | 
					
						
							|  |  |  |   padding: 2px; | 
					
						
							|  |  |  |   z-index: 2; | 
					
						
							|  |  |  |   height: 100%; | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							| 
									
										
										
										
											2022-07-25 20:10:27 +08:00
										 |  |  |   color: var(--color-primary); | 
					
						
							| 
									
										
										
										
											2022-07-25 04:15:43 +08:00
										 |  |  |   svg { | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-25 20:10:27 +08:00
										 |  |  | .code-editor button[data-favourite="true"] ~ .action-favourite, | 
					
						
							|  |  |  | .code-editor button[data-favourite="false"] ~ .action-unfavourite { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-26 02:13:25 +08:00
										 |  |  | .code-editor .action-favourite { | 
					
						
							|  |  |  |   opacity: 0.5; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .code-editor button:hover ~ .action-favourite { | 
					
						
							|  |  |  |   opacity: 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  | .code-editor label { | 
					
						
							|  |  |  |   background-color: var(--color-primary-light); | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   color: var(--color-primary); | 
					
						
							| 
									
										
										
										
											2022-07-26 02:13:25 +08:00
										 |  |  |   padding: $-xxs $-s; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   margin-bottom: 0; | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .code-editor-language-list { | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:16:28 +08:00
										 |  |  |   width: 160px; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   z-index: 2; | 
					
						
							|  |  |  |   align-items: stretch; | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .code-editor-language-list input { | 
					
						
							|  |  |  |   border-radius: 0; | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  |   border-bottom: 1px solid #DDD; | 
					
						
							| 
									
										
										
										
											2022-07-26 02:13:25 +08:00
										 |  |  |   padding: $-xs $-s; | 
					
						
							|  |  |  |   height: auto; | 
					
						
							| 
									
										
										
										
											2022-06-20 20:42:12 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .code-editor-main { | 
					
						
							|  |  |  |   flex: 1; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |   min-width: 0; | 
					
						
							|  |  |  |   .CodeMirror { | 
					
						
							|  |  |  |     margin-bottom: 0; | 
					
						
							|  |  |  |     z-index: 1; | 
					
						
							| 
									
										
										
										
											2018-01-28 22:19:54 +08:00
										 |  |  |     max-width: 100%; | 
					
						
							| 
									
										
										
										
											2022-06-21 00:11:34 +08:00
										 |  |  |     width: 100%; | 
					
						
							| 
									
										
										
										
											2018-01-28 22:19:54 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-26 02:13:25 +08:00
										 |  |  | .code-editor-body-wrap { | 
					
						
							|  |  |  |   height: 80vh; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-21 06:12:07 +08:00
										 |  |  | @include smaller-than($s) { | 
					
						
							|  |  |  |   .code-editor .lang-options { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .code-editor-body-wrap { | 
					
						
							|  |  |  |     flex-direction: column; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .code-editor-language-list, .code-editor-language-list input { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  | .comment-box { | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |   border-radius: 4px; | 
					
						
							| 
									
										
										
										
											2020-04-11 22:48:08 +08:00
										 |  |  |   border: 1px solid #DDD; | 
					
						
							|  |  |  |   @include lightDark(border-color, #ddd, #000); | 
					
						
							|  |  |  |   @include lightDark(background-color, #FFF, #222); | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |   .content { | 
					
						
							|  |  |  |     font-size: 0.666em; | 
					
						
							| 
									
										
										
										
											2017-12-29 01:02:24 +08:00
										 |  |  |     p, ul, ol { | 
					
						
							| 
									
										
										
										
											2017-09-10 23:14:04 +08:00
										 |  |  |       font-size: $fs-m; | 
					
						
							|  |  |  |       margin: .5em 0; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |   .actions { | 
					
						
							|  |  |  |     opacity: 0; | 
					
						
							|  |  |  |     transition: opacity ease-in-out 120ms; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2019-08-25 01:26:28 +08:00
										 |  |  |   &:hover .actions, &:focus-within .actions { | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |     opacity: 1; | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .comment-box .header { | 
					
						
							|  |  |  |   .meta { | 
					
						
							|  |  |  |     img, a, span { | 
					
						
							|  |  |  |       display: inline-block; | 
					
						
							|  |  |  |       vertical-align: top; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     a, span { | 
					
						
							|  |  |  |       padding: $-xxs 0 $-xxs 0; | 
					
						
							|  |  |  |       line-height: 1.6; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     a { color: #666; } | 
					
						
							|  |  |  |     span { | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |       padding-inline-start: $-xxs; | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .text-muted { | 
					
						
							|  |  |  |     color: #999; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-03-18 21:14:11 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2018-03-30 21:09:51 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #tag-manager .drag-card { | 
					
						
							|  |  |  |   max-width: 500px; | 
					
						
							| 
									
										
										
										
											2019-04-13 19:07:27 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-02 20:17:28 +08:00
										 |  |  | .content-permissions { | 
					
						
							|  |  |  |   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .content-permissions-row { | 
					
						
							| 
									
										
										
										
											2022-10-12 18:27:24 +08:00
										 |  |  |   border: 1.5px solid; | 
					
						
							|  |  |  |   @include lightDark(border-color, #E2E2E2, #444); | 
					
						
							| 
									
										
										
										
											2022-10-02 20:17:28 +08:00
										 |  |  |   border-bottom-width: 0; | 
					
						
							|  |  |  |   label { | 
					
						
							|  |  |  |     padding-bottom: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   &:hover { | 
					
						
							| 
									
										
										
										
											2022-10-12 18:27:24 +08:00
										 |  |  |     @include lightDark(background-color, #F2F2F2, #333); | 
					
						
							| 
									
										
										
										
											2022-10-02 20:17:28 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .content-permissions-row:first-child { | 
					
						
							|  |  |  |   border-radius: 4px 4px 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .content-permissions-row:last-child { | 
					
						
							|  |  |  |   border-radius: 0 0 4px 4px; | 
					
						
							|  |  |  |   border-bottom-width: 1.5px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2022-10-10 00:14:11 +08:00
										 |  |  | .content-permissions-row:first-child:last-child { | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2022-10-02 20:17:28 +08:00
										 |  |  | .content-permissions-row-toggle-all { | 
					
						
							|  |  |  |   visibility: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .content-permissions-row:hover .content-permissions-row-toggle-all { | 
					
						
							|  |  |  |   visibility: visible; | 
					
						
							| 
									
										
										
										
											2019-04-13 19:07:27 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-08-12 03:04:43 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | .template-item { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   &:hover, .template-item-actions button:hover { | 
					
						
							|  |  |  |     background-color: #F2F2F2; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .template-item-actions { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 0; | 
					
						
							| 
									
										
										
										
											2022-09-07 04:30:28 +08:00
										 |  |  |     inset-inline-end: 0; | 
					
						
							| 
									
										
										
										
											2019-08-12 03:04:43 +08:00
										 |  |  |     width: 50px; | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     flex-direction: column; | 
					
						
							| 
									
										
										
										
											2020-04-05 20:07:19 +08:00
										 |  |  |     border-inline-start: 1px solid #DDD; | 
					
						
							| 
									
										
										
										
											2019-08-12 03:04:43 +08:00
										 |  |  |   } | 
					
						
							|  |  |  |   .template-item-actions button { | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							|  |  |  |     flex: 1; | 
					
						
							|  |  |  |     background: #FFF; | 
					
						
							|  |  |  |     border: 0; | 
					
						
							|  |  |  |     border-top: 1px solid #DDD; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-09-07 04:30:28 +08:00
										 |  |  |   .template-item-actions button svg { | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2019-08-12 03:04:43 +08:00
										 |  |  |   .template-item-actions button:first-child { | 
					
						
							|  |  |  |     border-top: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-01-01 01:25:20 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-14 23:05:29 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | .dropdown-search { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dropdown-search-toggle-breadcrumb { | 
					
						
							|  |  |  |   border: 1px solid transparent; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   line-height: normal; | 
					
						
							|  |  |  |   padding: $-xs; | 
					
						
							|  |  |  |   &:hover { | 
					
						
							|  |  |  |     border-color: #DDD; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .svg-icon { | 
					
						
							|  |  |  |     margin-inline-end: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dropdown-search-toggle-select { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   gap: $-s; | 
					
						
							|  |  |  |   line-height: normal; | 
					
						
							|  |  |  |   .svg-icon { | 
					
						
							| 
									
										
										
										
											2022-10-11 22:41:21 +08:00
										 |  |  |     height: 26px; | 
					
						
							|  |  |  |     width: 26px; | 
					
						
							| 
									
										
										
										
											2022-05-14 23:05:29 +08:00
										 |  |  |     margin: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .avatar { | 
					
						
							|  |  |  |     height: 22px; | 
					
						
							|  |  |  |     width: 22px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .avatar + span { | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  |     text-overflow: ellipsis; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .dropdown-search-toggle-caret { | 
					
						
							|  |  |  |     font-size: 1.15rem; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dropdown-search-toggle-select-label { | 
					
						
							|  |  |  |   min-width: 0; | 
					
						
							|  |  |  |   white-space: nowrap; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .dropdown-search-toggle-select-caret { | 
					
						
							|  |  |  |   line-height: 0; | 
					
						
							|  |  |  |   margin-left: auto; | 
					
						
							|  |  |  |   margin-top: -2px; | 
					
						
							| 
									
										
										
										
											2022-10-11 22:41:21 +08:00
										 |  |  |   display: flex; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							| 
									
										
										
										
											2022-05-14 23:05:29 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-01 01:25:20 +08:00
										 |  |  | .dropdown-search-dropdown { | 
					
						
							|  |  |  |   box-shadow: $bs-med; | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							|  |  |  |   min-height: 100px; | 
					
						
							|  |  |  |   width: 240px; | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   z-index: 80; | 
					
						
							| 
									
										
										
										
											2022-05-14 21:19:54 +08:00
										 |  |  |   right: 0; | 
					
						
							|  |  |  |   top: 0; | 
					
						
							|  |  |  |   margin-top: $-m; | 
					
						
							| 
									
										
										
										
											2021-01-01 01:25:20 +08:00
										 |  |  |   @include rtl { | 
					
						
							|  |  |  |     right: auto; | 
					
						
							|  |  |  |     left: -$-m; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .dropdown-search-search .svg-icon { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     left: $-s; | 
					
						
							|  |  |  |     @include rtl { | 
					
						
							|  |  |  |       right: $-s; | 
					
						
							|  |  |  |       left: auto; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     top: 11px; | 
					
						
							|  |  |  |     fill: #888; | 
					
						
							|  |  |  |     pointer-events: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .dropdown-search-list { | 
					
						
							|  |  |  |     max-height: 400px; | 
					
						
							|  |  |  |     overflow-y: scroll; | 
					
						
							|  |  |  |     text-align: start; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .dropdown-search-item { | 
					
						
							|  |  |  |     padding: $-s $-m; | 
					
						
							|  |  |  |     &:hover,&:focus { | 
					
						
							|  |  |  |       background-color: #F2F2F2; | 
					
						
							|  |  |  |       text-decoration: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-05-14 20:11:48 +08:00
										 |  |  |   input, input:focus { | 
					
						
							| 
									
										
										
										
											2021-01-01 01:25:20 +08:00
										 |  |  |     padding-inline-start: $-xl; | 
					
						
							|  |  |  |     border-radius: 0; | 
					
						
							|  |  |  |     border: 0; | 
					
						
							|  |  |  |     border-bottom: 1px solid #DDD; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-05-14 20:11:48 +08:00
										 |  |  |   input:focus { | 
					
						
							|  |  |  |     outline: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-01-01 01:25:20 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @include smaller-than($m) { | 
					
						
							|  |  |  |   .dropdown-search-dropdown { | 
					
						
							|  |  |  |     position: fixed; | 
					
						
							|  |  |  |     right: auto; | 
					
						
							|  |  |  |     left: $-m; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .dropdown-search-dropdown .dropdown-search-list { | 
					
						
							|  |  |  |     max-height: 240px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-03-30 21:09:51 +08:00
										 |  |  | } |