145 lines
2.9 KiB
Plaintext
145 lines
2.9 KiB
Plaintext
|
|
@white: #ffffff;
|
|
@black: #000000;
|
|
@gray: #c4c4c4;
|
|
@green: #4cd964;
|
|
|
|
|
|
.popup, .popover, .sheet-modal {
|
|
.list:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.row {
|
|
padding: 0 10px;
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
}
|
|
|
|
.shapes {
|
|
li {
|
|
width: 70px;
|
|
height: 70px;
|
|
margin: 0 1px;
|
|
|
|
.thumb {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: @themeColor;
|
|
}
|
|
}
|
|
}
|
|
|
|
.segmented {
|
|
.decrement, .increment {
|
|
text-overflow: clip;
|
|
}
|
|
}
|
|
|
|
.content-block {
|
|
margin: 32px 0;
|
|
padding: 0 16px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.font-color-auto {
|
|
.color-auto {
|
|
width:22px;
|
|
height: 22px;
|
|
background-color: @black;
|
|
}
|
|
&.active {
|
|
.color-auto {
|
|
box-shadow: 0 0 0 1px @white, 0 0 0 4px @themeColor;
|
|
border-radius: 1px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.color-palettes {
|
|
.palette {
|
|
padding: 8px 0px;
|
|
a {
|
|
flex-grow: 1;
|
|
position: relative;
|
|
min-width: 10px;
|
|
min-height: 26px;
|
|
margin: 1px 1px 0 0;
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
|
|
&.active:after {
|
|
content: ' ';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
box-shadow: 0 0 0 1px @white, 0 0 0 4px @themeColor;
|
|
z-index: 1;
|
|
border-radius: 1px;
|
|
}
|
|
}
|
|
}
|
|
.row {
|
|
padding: 0;
|
|
}
|
|
.list .item-inner {
|
|
display: block;
|
|
}
|
|
.standart-colors, .dynamic-colors {
|
|
.palette {
|
|
display: flex;
|
|
}
|
|
}
|
|
}
|
|
|
|
#color-picker {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
max-width: 300px;
|
|
margin: 0 auto;
|
|
margin-top: 4px;
|
|
.color-picker-container {
|
|
width: calc(100% - 94px);
|
|
position: relative;
|
|
max-width: 100%;
|
|
height: auto;
|
|
font-size: 0;
|
|
.color-picker-module-wheel {
|
|
margin: 0;
|
|
}
|
|
}
|
|
.right-block {
|
|
margin-left: 20px;
|
|
.color-hsb-preview {
|
|
width: 72px;
|
|
height: 72px;
|
|
border-radius: 100px;
|
|
overflow: hidden;
|
|
border: 1px solid @gray;
|
|
.new-color-hsb-preview, .current-color-hsb-preview {
|
|
width: 100%;
|
|
height: 36px;
|
|
}
|
|
}
|
|
.button-round {
|
|
height: 72px;
|
|
width: 72px;
|
|
padding: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 100px;
|
|
background-color: @white;
|
|
box-shadow: 0 4px 4px rgba(0,0,0,.25);
|
|
border-color: transparent;
|
|
margin-top: 20px;
|
|
.icon {
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|