This commit is contained in:
Azgaar 2019-09-21 00:13:29 +03:00
parent aa7acbc61b
commit 6517e231e8
20 changed files with 260 additions and 104 deletions

View file

@ -252,7 +252,7 @@ i.icon-lock {
#brushCircle {
stroke: #373737;
stroke-width: 1.5px;
stroke-dasharray: 6;
stroke-dasharray: 7;
stroke-linecap: butt;
fill: none;
}
@ -474,13 +474,7 @@ input[type="color"]::-webkit-color-swatch-wrapper {
font-weight: bold;
}
#styleContent button.styleButton {
font-size: 70%;
border-radius: 15%;
margin: 0;
}
#styleContent button.presetButton {
#layersContent button.presetButton {
position: absolute;
height: 2em;
border-radius: 15%;
@ -488,6 +482,13 @@ input[type="color"]::-webkit-color-swatch-wrapper {
font-size: .7em;
}
#styleContent button.styleButton {
font-size: 70%;
border-radius: 15%;
margin: 0;
}
#layersContent button.active,
#styleContent button:active {
transform: translate(0px, 1px);
}
@ -531,9 +532,10 @@ input[type="color"]::-webkit-color-swatch-wrapper {
}
.tab > button.options {
width: 23.25%;
/* width: 23.25%; */
width: 18.6%;
height: 100%;
padding: 7px 10px;
padding: 7px 0px;
}
button.options {