plain-design 1.0.0-beta.89 → 1.0.0-beta.90

Sign up to get free protection for your applications and to get access to all the features.
@@ -95,4 +95,4 @@ html{line-height:1.4;-webkit-text-size-adjust:100%}body{margin:0}main{display:bl
95
95
  .pl-theme-dark-selector{display:inline-flex;align-items:center;justify-content:center}
96
96
  .pl-theme-size-selector{display:inline-flex;align-items:center;justify-content:center}
97
97
  .pl-theme-shape-selector{display:inline-flex;align-items:center;justify-content:center}
98
- .pl-theme-editor{position:fixed;right:0;border-right:none;padding:5px 10px 5px 5px;border-top-left-radius:999px;border-bottom-left-radius:999px;box-sizing:border-box;transition:all ease 300ms;overflow-y:hidden;z-index:1500}.pl-theme-editor:before{content:"";background-color:var(--pl-primary-light-2);border-radius:inherit;position:absolute;inset:0;pointer-events:none}.pl-theme-editor .theme-editor-inner{position:absolute;z-index:1;bottom:5px;right:10px;cursor:pointer;height:calc(var(--pl-box-size-normal-height) * 1.5);width:calc(var(--pl-box-size-normal-height) * 1.5);border-radius:calc(var(--pl-box-size-normal-height) * 1.5);background-color:var(--pl-primary-6);color:var(--pl-pbfc);display:flex;align-items:center;justify-content:center;font-size:24px;transition:all ease 300ms}.pl-theme-editor .theme-editor-inner .theme-editor-inner-cover{position:absolute;inset:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pl-theme-editor.is-expand{width:300px;height:330px;border-top-left-radius:var(--pl-box-size-normal-border-radius);border-bottom-left-radius:var(--pl-box-size-normal-border-radius)}.pl-theme-editor.is-expand:before{background-color:var(--pl-background-color);border:solid 1px var(--pl-border-color)}.pl-theme-editor.is-expand .theme-editor-inner{border-radius:var(--pl-box-size-normal-border-radius);background-color:transparent;color:var(--pl-text-2)}.pl-theme-editor.is-expand .theme-editor-inner:hover{background-color:var(--pl-secondary-2)}.pl-theme-editor:not(.is-expand){width:calc(var(--pl-box-size-normal-height) * 1.5 + 15px);height:calc(var(--pl-box-size-normal-height) * 1.5 + 10px)}.pl-theme-editor .theme-editor-form{padding:8px;box-sizing:border-box;position:relative;z-index:2;display:flex;flex-wrap:wrap;flex-direction:row}.pl-theme-editor .theme-editor-form>div{width:calc(50% - 4px);font-size:12px;color:var(--pl-text-2);margin-bottom:20px}.pl-theme-editor .theme-editor-form>div:nth-child(2n){margin-left:8px}.pl-theme-editor .theme-editor-form>div>div:first-child{margin-left:10px;margin-bottom:4px}.pl-theme-editor-block-item{display:flex;align-items:center}
98
+ .pl-theme-editor{position:fixed;right:0;border-right:none;padding:5px 10px 5px 5px;border-top-left-radius:999px;border-bottom-left-radius:999px;box-sizing:border-box;transition:all ease 300ms;overflow-y:hidden;z-index:1500;background-color:var(--pl-bg-4)}.pl-theme-editor:before{content:"";background-color:var(--pl-primary-light-2);border-radius:inherit;position:absolute;inset:0;pointer-events:none}.pl-theme-editor .theme-editor-inner{position:absolute;z-index:1;bottom:5px;right:10px;cursor:pointer;height:calc(var(--pl-box-size-normal-height) * 1.5);width:calc(var(--pl-box-size-normal-height) * 1.5);border-radius:calc(var(--pl-box-size-normal-height) * 1.5);background-color:var(--pl-primary-6);color:var(--pl-pbfc);display:flex;align-items:center;justify-content:center;font-size:24px;transition:all ease 300ms}.pl-theme-editor .theme-editor-inner .theme-editor-inner-cover{position:absolute;inset:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pl-theme-editor.is-expand{width:300px;height:330px;border-top-left-radius:var(--pl-box-size-normal-border-radius);border-bottom-left-radius:var(--pl-box-size-normal-border-radius)}.pl-theme-editor.is-expand:before{background-color:var(--pl-background-color);border:solid 1px var(--pl-border-color)}.pl-theme-editor.is-expand .theme-editor-inner{border-radius:var(--pl-box-size-normal-border-radius);background-color:transparent;color:var(--pl-text-2)}.pl-theme-editor.is-expand .theme-editor-inner:hover{background-color:var(--pl-secondary-2)}.pl-theme-editor:not(.is-expand){width:calc(var(--pl-box-size-normal-height) * 1.5 + 15px);height:calc(var(--pl-box-size-normal-height) * 1.5 + 10px)}.pl-theme-editor .theme-editor-form{padding:8px;box-sizing:border-box;position:relative;z-index:2;display:flex;flex-wrap:wrap;flex-direction:row}.pl-theme-editor .theme-editor-form>div{width:calc(50% - 4px);font-size:12px;color:var(--pl-text-2);margin-bottom:20px}.pl-theme-editor .theme-editor-form>div:nth-child(2n){margin-left:8px}.pl-theme-editor .theme-editor-form>div>div:first-child{margin-left:10px;margin-bottom:4px}.pl-theme-editor-block-item{display:flex;align-items:center}