|
@@ -13,9 +13,79 @@
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.pd-page.pd-page-centered {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* Global form styles start */
|
|
|
|
|
+input,
|
|
|
|
|
+textarea {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ border-radius: 0.375rem;
|
|
|
|
|
+ border: 1px solid #ced4da;
|
|
|
|
|
+ font-size: 1rem;
|
|
|
|
|
+ outline: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+input {
|
|
|
|
|
+ height: 38px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ padding: 4px 0.375rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+textarea {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ padding: 0.375rem;
|
|
|
|
|
+ resize: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+button {
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ padding: 6px 12px;
|
|
|
|
|
+ background-color: #fff;
|
|
|
|
|
+ line-height: 16px;
|
|
|
|
|
+ color: #212529;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ font-size: 1rem;
|
|
|
|
|
+ border: 1px solid #ced4da;
|
|
|
|
|
+ border-radius: 0.375rem;
|
|
|
|
|
+}
|
|
|
|
|
+/* Global form styles end */
|
|
|
|
|
+
|
|
|
|
|
+/* Login frame styles start */
|
|
|
|
|
+.pd-login-frame {
|
|
|
|
|
+ width: 375px;
|
|
|
|
|
+ margin-top: 16px;
|
|
|
|
|
+ border: 1px solid #ced4da;
|
|
|
|
|
+ border-radius: 0.375rem;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ padding: 16px;
|
|
|
|
|
+ font-size: 1rem;
|
|
|
|
|
+ color: #212529;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pd-login-frame .pd-login-input {
|
|
|
|
|
+ margin-bottom: 8px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pd-login-frame .pd-login-input-label {
|
|
|
|
|
+ margin-bottom: 4px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pd-login-frame .pd-login-btn {
|
|
|
|
|
+ margin-top: 8px;
|
|
|
|
|
+ height: 38px;
|
|
|
|
|
+}
|
|
|
|
|
+/* Login frame styles end */
|
|
|
|
|
+
|
|
|
/* TopBar styles start */
|
|
/* TopBar styles start */
|
|
|
.pd-top-bar {
|
|
.pd-top-bar {
|
|
|
- width: 100vw;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
margin-bottom: 0.75rem;
|
|
margin-bottom: 0.75rem;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
@@ -27,15 +97,11 @@
|
|
|
border: 1px solid #ced4da;
|
|
border: 1px solid #ced4da;
|
|
|
border-radius: 0.375rem;
|
|
border-radius: 0.375rem;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
+ font-size: 1rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn {
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn {
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- padding: 6px 12px;
|
|
|
|
|
- background-color: #fff;
|
|
|
|
|
- color: #212529;
|
|
|
|
|
border: none;
|
|
border: none;
|
|
|
- cursor: pointer;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn.active {
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn.active {
|
|
@@ -51,19 +117,43 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn:first-child {
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn:first-child {
|
|
|
- border-top-left-radius: 0.375rem;
|
|
|
|
|
- border-bottom-left-radius: 0.375rem;
|
|
|
|
|
|
|
+ border-top-right-radius: 0;
|
|
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn:last-child {
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn:last-child {
|
|
|
- border-top-right-radius: 0.375rem;
|
|
|
|
|
- border-bottom-right-radius: 0.375rem;
|
|
|
|
|
|
|
+ border-top-left-radius: 0;
|
|
|
|
|
+ border-bottom-left-radius: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn:nth-child(2) {
|
|
.pd-top-bar .pd-top-bar-mode-switcher .pd-top-bar-btn:nth-child(2) {
|
|
|
padding: 6px 10px;
|
|
padding: 6px 10px;
|
|
|
border-left: 1px solid #ced4da;
|
|
border-left: 1px solid #ced4da;
|
|
|
border-right: 1px solid #ced4da;
|
|
border-right: 1px solid #ced4da;
|
|
|
|
|
+ border-radius: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pd-top-bar .pd-top-bar-tool-icons {
|
|
|
|
|
+ height: 28px;
|
|
|
|
|
+ line-height: 26px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ padding: 0 8px;
|
|
|
|
|
+ border: 1px solid #ced4da;
|
|
|
|
|
+ border-radius: 0.375rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pd-top-bar .pd-top-bar-tool-icons i.bi {
|
|
|
|
|
+ margin-right: 16px;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pd-top-bar .pd-top-bar-tool-icons i.bi:hover {
|
|
|
|
|
+ color: #0d6efd;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pd-top-bar .pd-top-bar-tool-icons i.bi:last-child {
|
|
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
}
|
|
|
/* TopBar styles end */
|
|
/* TopBar styles end */
|
|
|
|
|
|
|
@@ -94,15 +184,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pd-editor .pd-edit-view textarea {
|
|
.pd-editor .pd-edit-view textarea {
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- display: block;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- padding: 0.375rem;
|
|
|
|
|
- border-radius: 0.375rem;
|
|
|
|
|
border: none;
|
|
border: none;
|
|
|
- resize: none;
|
|
|
|
|
- outline: none;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pd-editor .pd-edit-view textarea::-webkit-scrollbar,
|
|
.pd-editor .pd-edit-view textarea::-webkit-scrollbar,
|