assets/css/frame.css in appscms-tools-theme-2.1.7 vs assets/css/frame.css in appscms-tools-theme-2.1.8

- old
+ new

@@ -144,5 +144,288 @@ border: 1px solid #ccc; } .options-panel div { width: 100%; } +#action-button { + background-color: #ff6537; + margin: 0; + width: 180px; + padding: 10px 0; + font-size: 13pt; + position: relative; + border-radius: 2px; + border: 1px solid #ff6131; + color: #fff; + font-weight: 600; + display: block; + margin: auto; + margin-top: 20px; +} +#workspace-area input[type='text'] { + height: 40px; + border: 1px solid gray; + border-radius: 2px; +} +#canvas-area { + width: 100%; + margin-top: 30px; + max-width: 100%; +} +#img-svg { + margin: auto; + margin-top: 16px; + height: 67px; + width: 98px; +} + +#file-loader { + display: flex; + align-items: center; + flex-direction: column; +} + +#file-loader img { + height: 60px; +} + +#file-loader p { + text-align: center; + color: #fff; + font-size: 17px; +} + +#loading-img { + height: 27px; + width: 27px; + margin-right: 21px; +} + +#dropbox svg, +#filepicker svg, +.boxes svg { + height: 24px !important; + width: 24px !important; +} + +.file-picker-dropdown a, +.file-picker-dropdown button { + border: none; + width: 100%; + border-radius: 4px; + text-align: left; + background: #fff; + font-weight: 400; + font-size: 16px; + line-height: 24px; + padding: 15px 24px; + list-style: none; + height: 54px; +} + +.file-picker-dropdown { + width: 213px; + position: absolute; + background: #fff; + top: 111%; + right: 0; + display: none; + box-shadow: rgb(26 26 26 / 20%) 0 0 12px; + border-radius: 4px; +} + +.file-pick-dropdown i { + margin: 0; +} + +.boxes { + background: #fff; + border-radius: 0; + cursor: pointer; + display: flex; + align-items: center; + padding: 15px 24px; + height: 54px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + justify-content: center; + font-size: 15px; + font-weight: 800; + color: #000; +} + +.file-pick-dropdown { + color: #000; + cursor: pointer; + display: inline-flex; + background: #fff; + height: 54px; + border-left: 1px solid rgba(95, 88, 88, 0.75); + padding: 13px 20px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + align-items: center; + position: relative; +} + +.crop-img-box { + background-color: #fff; + width: 100%; + border-radius: 0.75em; + border: 1px solid #f2f2f2; + box-shadow: 0px 5px 16px -2px rgb(42 115 217 / 20%); + font-size: 16px; + height: auto; + display: none; +} + +.custom-box { + padding: 15px; +} + +.inner-box { + border: 1px dashed rgba(0, 0, 0, 0.15); + background: rgba(0, 0, 0, 0.1); + padding: 40px; + min-height: 300px; + width: 100%; +} +#dropfile { + font-size: 16px; + margin-top: 15px; + text-align: center; + color: #fff; +} +.options-panel { + box-shadow: 0 2px 4px rgb(0 0 0 / 20%); + border-radius: 4px; + padding: 30px; + width: 100%; +} +.options-panel .title { + width: 100%; + font-size: 28px; + line-height: 36px; + color: #000; + font-weight: 700; + text-align: left; + text-transform: capitalize; +} +.options-panel .description { + width: 100%; + font-size: 17px; + color: #666; + font-weight: 400; + text-align: left; +} +.options-title { + width: 100%; + font-size: 17px; + color: #666; + font-weight: 400; + text-align: left; +} +#download-button { + cursor: pointer; + display: inline-block; + width: 100%; + padding: 14px 0; + margin-bottom: 20px; + text-align: center; + border-radius: 50px; + background: #0050e5; + font-size: 18px; + color: #fff; + font-weight: 700; + text-decoration: none; + transition: all 0.3s; + border: none; +} +#download-button svg { + fill: #fff; + margin-right: 4px; + margin-bottom: 4px; + height: 20px; +} +.download-wrapper { + display: flex; + align-items: center; + border-bottom: 1px solid #ddd; + margin: 12px 0px; + padding: 12px 0px; +} +#canvas-panel canvas { + max-width: 100%; +} +.options-panel select, +textarea, +input { + width: 100%; + text-align: left; + background: #fff; + height: 34px; + display: flex; + border-radius: 4px; + justify-content: space-between; + box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); + color: #0f0c0c; + border: 1px solid #ccc; +} +.crop-image-modal-container { + position: fixed; + display: none; + justify-content: center; + background-color: rgba(0, 0, 0, 0.297); + height: 100vh; + width: 100%; + top: 0; + left: 0; + z-index: 999999; + padding: 0px 20px; +} +.crop-image-modal { + height: fit-content; + background-color: #fff; + width: 100%; + margin-top: 10px; + border-radius: 5px; + padding: 0; + overflow-y: auto; +} +.crop-image-modal-header { + border-top-right-radius: 5px; + border-top-left-radius: 5px; + display: flex; + justify-content: space-between; + background-color: #ff5554; + display: flex; + align-items: center; + padding: 10px 20px; +} +.crop-image-modal-header div { + height: 100%; + display: flex; + align-items: center; + font-size: 20px; + color: #fff; +} +.crop-image-modal-body { + width: 450px; + margin: 10px auto; +} +.crop-image-modal-header button { + border: none; + background-color: transparent; +} +.crop-image-modal-header button i { + color: #fff; + font-size: 20px; +} +.crop-image-modal-body { + border-top-right-radius: 5px; + border-top-left-radius: 5px; +} +#crop { + border: none; + padding: 7px 14px; + color: #fff; +}