new balloon shape
This commit is contained in:
parent
f21e29dd2a
commit
0560db4318
11
style.css
11
style.css
@ -269,7 +269,7 @@ background-image: url("https://www.transparenttextures.com/patterns/asfalt-light
|
||||
.color-shine {
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
left: 40%;
|
||||
left: 50%;
|
||||
width: 20px;
|
||||
height: auto;
|
||||
max-width: 20px;
|
||||
@ -565,7 +565,7 @@ background-image: url("https://www.transparenttextures.com/patterns/asfalt-light
|
||||
.color-shine {
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
left: 40%;
|
||||
left: 50%;
|
||||
width: 20px;
|
||||
height: auto;
|
||||
max-width: 20px;
|
||||
@ -731,7 +731,7 @@ background-image: url("https://www.transparenttextures.com/patterns/asfalt-light
|
||||
/* --- SVG Balloon String --- */
|
||||
.balloon-string-svg {
|
||||
position: absolute;
|
||||
top: 55px; /* match .color-swatch height */
|
||||
top: 60px; /* match .color-swatch height */
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 20px;
|
||||
@ -793,7 +793,7 @@ background-image: url("https://www.transparenttextures.com/patterns/asfalt-light
|
||||
.switch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
width: 60px;
|
||||
height: 20px;
|
||||
}
|
||||
.switch input {
|
||||
@ -978,7 +978,7 @@ background-image: url("https://www.transparenttextures.com/patterns/asfalt-light
|
||||
/* --- SVG Balloon String --- */
|
||||
.balloon-string-svg {
|
||||
position: absolute;
|
||||
top: 109px; /* match .color-swatch height */
|
||||
top: 98px; /* match .color-swatch height */
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 20px;
|
||||
@ -1084,4 +1084,3 @@ background-image: url("https://www.transparenttextures.com/patterns/asfalt-light
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user