plain-design 1.0.0-beta.64 → 1.0.0-beta.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -84,4 +84,9 @@ html{line-height:1.4;-webkit-text-size-adjust:100%}body{margin:0}main{display:bl
84
84
  .pl-stack-card{display:block;box-sizing:border-box}.pl-stack-card.stack-card-direction-vertical{height:100%}.pl-stack-card.stack-card-direction-vertical .stack-card-container{height:100%}.pl-stack-card.stack-card-direction-vertical .pl-stack-card-item{height:100%}.pl-stack-card .stack-card-container{position:relative}.pl-stack-card .stack-card-container .pl-stack-card-item{transition:opacity linear 300ms,-webkit-transform linear 100ms;transition:transform linear 100ms,opacity linear 300ms;transition:transform linear 100ms,opacity linear 300ms,-webkit-transform linear 100ms}.pl-stack-card .stack-card-container .pl-stack-card-item:not(:first-child){position:absolute;inset:0}.pl-stack-card .stack-card-container .pl-stack-card-item:first-child{position:relative}.pl-stack-card .stack-card-container .pl-stack-card-item>img{width:100%}
85
85
  .pl-sort-list{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pl-sort-list[data-direction=horizontal]{display:flex;flex-wrap:wrap}.pl-sort-list[data-direction=vertical]{display:flex;flex-direction:column}
86
86
  .pl-space{display:flex}.pl-space.space-size-large.space-horizontal>*+*{margin-left:var(--pl-margin-large)}.pl-space.space-size-large.space-vertical>*+*{margin-top:var(--pl-margin-large)}.pl-space.space-size-normal.space-horizontal>*+*{margin-left:var(--pl-margin-normal)}.pl-space.space-size-normal.space-vertical>*+*{margin-top:var(--pl-margin-normal)}.pl-space.space-size-small.space-horizontal>*+*{margin-left:var(--pl-margin-small)}.pl-space.space-size-small.space-vertical>*+*{margin-top:var(--pl-margin-small)}.pl-space.space-size-mini.space-horizontal>*+*{margin-left:var(--pl-margin-mini)}.pl-space.space-size-mini.space-vertical>*+*{margin-top:var(--pl-margin-mini)}.pl-space.space-horizontal{flex-direction:row}.pl-space.space-vertical{flex-direction:column}
87
+ .pl-theme-color{display:flex;align-items:center;justify-content:center;position:relative;background-color:var(--pl-secondary-2);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center;transform-origin:center;border-radius:24px;height:24px;width:24px}.pl-theme-color>div:first-child{border-top-left-radius:24px;border-bottom-left-radius:24px;position:absolute;top:4px;left:4px;height:calc(100% - 4px * 2);width:calc((100% - 4px * 2) / 2 + 1px)}.pl-theme-color>div:last-child{border-top-right-radius:24px;border-bottom-right-radius:24px;position:absolute;top:4px;right:4px;height:calc(100% - 4px * 2);width:calc((100% - 4px * 2) / 2)}
88
+ .pl-theme-locale-selector{display:inline-flex;align-items:center;justify-content:center}
89
+ .pl-theme-dark-selector{display:inline-flex;align-items:center;justify-content:center}
90
+ .pl-theme-size-selector{display:inline-flex;align-items:center;justify-content:center}
91
+ .pl-theme-shape-selector{display:inline-flex;align-items:center;justify-content:center}
87
92
  .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}