{"version":3,"sources":["webpack://src/css/file-history.css"],"names":[],"mappings":"AAAA,gBACE,YAAa,CACb,6BAA8B,CAC9B,kBAAmB,CACnB,+BAAgC,CAChC,wBAAyB,CACzB,cAAe,CACf,kBACF,CACA,uBACE,iBAAkB,CAClB,gBACF,CAEA,gCACE,mBAAqB,CACrB,YACF,CAEA,sCACE,UAAa,CACb,oBACF,CAEA,gBACE,wBAAyB,CACzB,kBAAmB,CACnB,aACF,CAEA,gCACE,qBAAsB,CACtB,qBAAsB,CACtB,gBAAiB,CACjB,wBACF,CAEA,2CACE,iBACF,CAEA,cACE,iBAAkB,CAClB,eAAgB,CAChB,UAAW,CACX,+BAAgC,CAChC,cAAe,CACf,eAAgB,CAChB,eAAgB,CAChB,WAAY,CACZ,iBACF,CAEA,cACE,YAAa,CACb,QAAO,CACP,eAAgB,CAChB,YAAa,CACb,YACF,CAEA,wBACE,QAAO,CACP,qBAAsB,CACtB,YAAa,CACb,aACF,CAEA,2CACE,gBAAiB,CACjB,YAAa,CACb,QACF,CAEA,iDACE,wBACF,CAEA,aACE,UAAW,CACX,kCACF,CAEA,eACE,UACF,CAEA,iCACE,QAAO,CACP,eACF,CAEA,sCACE,YAAa,CACb,YAAa,CACb,kBAAmB,CACnB,sBACF,CAEA,oBACE,UACF,CAEA,qBACE,iBAAmB,CACnB,UAAW,CACX,YAAa,CACb,kBACF,CAEA,oBACE,WAAa,CACb,YAAc,CACd,wBAAyB,CACzB,mBACF,CAEA,6BACE,cACF,CAEA,+BACE,oBAAqB,CACrB,aACF,CAEA,6BACE,aACF,CAEA,qCACE,aAAc,CACd,wBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CACjB,6BAA8B,CAC9B,qBAAsB,CACtB,YAAa,CACb,qBACF,CAEA,+DACE,WAAY,CACZ,+BAAgC,CAChC,gBAAiB,CACjB,cAAe,CACf,cAAe,CACf,wBAAkC,CAClC,kBACF,CAEA,yBACE,oBACE,WACF,CACA,6BACE,4BACF,CACF,CAEA,2BACE,6BACE,4BACF,CACF,CAEA,yBACE,6BACE,cACF,CACA,gCACE,WACF,CACA,2CACE,YACF,CACF","file":"fileHistory.chunk.css","sourcesContent":[".history-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  border-bottom: 1px solid #e8e8e8;\n  background-color: #f4f4f7;\n  font-size: 1rem;\n  padding: 0.5rem 1rem;\n}\n.history-header .title {\n  font-size: 1.25rem;\n  line-height: 1rem;\n}\n\n.history-header .title .go-back {\n  margin-right: 0.75rem;\n  color: #c0c0c0;\n}\n\n.history-header .title .go-back:hover {\n  color:#ff9933;\n  text-decoration: none;\n}\n\n.content-viewer {\n  background-color: #fafaf9;\n  border-radius: 10px;\n  overflow: auto;\n}\n\n.markdown-viewer-render-content {\n  background-color: #fff;\n  word-break: break-word;\n  margin: 20px 40px;\n  border: 1px solid #e6e6dd;\n}\n\n.markdown-viewer-render-content .diff-view {\n  padding: 40px 60px;\n}\n\n.panel-header {\n  position: relative;\n  padding: .5rem 0;\n  width: 100%;\n  border-bottom: 1px solid #e8e8e8;\n  font-size: 1rem;\n  font-weight: 400;\n  line-height: 1.5;\n  height: 36px;\n  text-align: center;\n}\n\n.history-body {\n  display: flex;\n  flex: 1;\n  overflow: hidden;\n  min-height: 0;\n  height: 500px;\n}\n\n.history-list-container {\n  flex: 1; \n  flex-direction: column;\n  min-height: 0;\n  overflow: auto;\n}\n\n.history-list-container .history-list-item {\n  padding: 5px 10px;\n  display: flex;\n  flex: 1;\n}\n\n.history-list-container .history-list-item:hover {\n  background-color: #ffe7d5;\n}\n\n.item-active {\n  color: #fff;\n  background-color: #fdc297 !important;\n}\n\n.item-active i {\n  color: #fff;\n}\n\n.history-list-item .history-info {\n  flex: 1;\n  padding: 0 0.5rem;\n}\n\n.history-list-item .history-operation {\n  width: 1.5rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.history-info .time {\n  color: #000;\n}\n\n.history-info .owner {\n  margin-top: 0.25rem;\n  color: #888;\n  display: flex;\n  align-items: center;\n}\n\n.owner .squire-icon {\n  width: 0.5rem;\n  height: 0.5rem;\n  background-color: #549b5a;\n  margin-right: 0.25rem;\n}\n\n.history-body .dropdown-menu {\n  min-width: 8rem;\n}\n\n.history-body .dropdown-menu a {\n  text-decoration: none;\n  color: #6e7687;\n}\n\n.history-content .main-panel {\n  flex: 1 1 auto;\n}\n\n.history-content .history-side-panel {\n  flex: 0 0 auto;\n  user-select: none;\n  border-left: 1px solid #e5e5e5;\n  background-color: #fff;\n  display: flex;\n  flex-direction: column;\n}\n\n.history-content .history-side-panel .history-side-panel-title {\n  height: 50px;\n  border-bottom: 1px solid #e5e5e5;\n  line-height: 50px;\n  font-size: 1rem;\n  padding: 0 10px;\n  background-color: rgb(250,250,249);\n  font-weight: bolder;\n}\n\n@media (min-width:992px) {\n  .history-side-panel {\n    width: 260px;\n  }\n  .history-content .main-panel {\n    max-width: calc(100% - 260px);\n  }\n}\n\n@media (max-width:991.8px) {\n  .history-content .main-panel {\n    max-width: calc(100% - 190px);\n  }\n}\n\n@media (max-width:768px) {\n  .history-content .main-panel {\n    max-width: 100%;\n  }\n  .markdown-viewer-render-content {\n    margin: 20px;\n  }\n  .markdown-viewer-render-content .diff-view {\n    padding: 20px;\n  }\n}\n"]}