2017-12-07 18:51:50 +01:00
|
|
|
@import (once) "./colortheme-all.less";
|
2017-12-11 12:19:44 +01:00
|
|
|
@import (once) "./tools.less";
|
2017-12-07 18:51:50 +01:00
|
|
|
|
|
|
|
|
.creation_main() {
|
2017-12-11 12:19:44 +01:00
|
|
|
.tippy-popper {
|
|
|
|
|
z-index: 100000001 !important;
|
|
|
|
|
}
|
|
|
|
|
#cp-creation-container {
|
2017-12-11 17:17:06 +01:00
|
|
|
position: absolute;
|
2017-12-11 12:19:44 +01:00
|
|
|
z-index: 100000000; // #loading * 10
|
2017-12-11 17:17:06 +01:00
|
|
|
top: 0px;
|
2017-12-07 18:51:50 +01:00
|
|
|
background: @colortheme_loading-bg;
|
|
|
|
|
color: @colortheme_loading-color;
|
2017-12-11 12:19:44 +01:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
@media screen and (max-height: 600px), screen and (max-width: 500px) {
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#cp-creation {
|
2017-12-07 18:51:50 +01:00
|
|
|
text-align: center;
|
2017-12-11 12:19:44 +01:00
|
|
|
font: @colortheme_app-font;
|
|
|
|
|
width: 100%;
|
|
|
|
|
& > div {
|
|
|
|
|
width: 60vw;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
margin: 40px auto;
|
|
|
|
|
text-align: left;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
h2, p {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
.cp-creation-help {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
|
width: ~"calc(100% - 30px)";
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-height: 600px), screen and (max-width: 500px) {
|
|
|
|
|
h2 .cp-creation-help {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media screen and (min-height: 601px) {
|
|
|
|
|
@media screen and (min-width: 501px) {
|
|
|
|
|
p {
|
|
|
|
|
display: block !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-12-07 18:51:50 +01:00
|
|
|
}
|
2017-12-11 12:19:44 +01:00
|
|
|
|
2017-12-12 10:47:45 +01:00
|
|
|
.cp-creation-create {
|
2017-12-11 12:19:44 +01:00
|
|
|
button {
|
|
|
|
|
.tools_unselectable();
|
|
|
|
|
padding: 15px;
|
|
|
|
|
background: darken(@colortheme_loading-bg, 10%);
|
|
|
|
|
color: @colortheme_loading-color;
|
|
|
|
|
margin: 3px 10px;
|
|
|
|
|
border: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
&:hover {
|
|
|
|
|
background: darken(@colortheme_loading-bg, 5%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="radio"] {
|
|
|
|
|
display: none;
|
|
|
|
|
&:checked {
|
|
|
|
|
& + label {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: lighten(@colortheme_loading-bg, 20%);
|
|
|
|
|
cursor: default;
|
|
|
|
|
border: 1px solid #c1158e;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: lighten(@colortheme_loading-bg, 20%);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-12-07 18:51:50 +01:00
|
|
|
}
|
|
|
|
|
}
|
2017-12-11 12:19:44 +01:00
|
|
|
input[type="radio"] + label {
|
|
|
|
|
.tools_unselectable();
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin: 0 20px;
|
|
|
|
|
border: 1px solid @colortheme_loading-color;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: lighten(@colortheme_loading-bg, 10%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.cp-creation-expire {
|
|
|
|
|
#cp-creation-expire-true {
|
|
|
|
|
display: none;
|
|
|
|
|
&:checked {
|
|
|
|
|
& + label {
|
|
|
|
|
height: 100px;
|
|
|
|
|
.cp-creation-expire-picker {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
label[for="cp-creation-expire-true"] {
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
.cp-creation-expire-picker {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
input {
|
|
|
|
|
width: 70px;
|
|
|
|
|
}
|
|
|
|
|
select {
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
input, select {
|
|
|
|
|
border: none;
|
|
|
|
|
height: 30px;
|
|
|
|
|
background: @colortheme_loading-bg;
|
|
|
|
|
color: @colortheme_loading-color;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
2017-12-07 18:51:50 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|