add another test var
This commit is contained in:
parent
2453797400
commit
fad9a5336a
|
@ -32,6 +32,13 @@
|
|||
"text": "Span border opacity",
|
||||
"hint": "test"
|
||||
},
|
||||
{
|
||||
"id": "avatar",
|
||||
"type": "text",
|
||||
"value": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Cow_female_black_white.jpg/220px-Cow_female_black_white.jpg",
|
||||
"text": "Avatar replace",
|
||||
"hint": "Replace all avatars"
|
||||
},
|
||||
{
|
||||
"id": "default-0",
|
||||
"type": "text",
|
||||
|
|
|
@ -7,3 +7,7 @@ div {
|
|||
span {
|
||||
border: 1px solid rgba(20, 20, 20, $spanOpacity);
|
||||
}
|
||||
|
||||
.avatar-large {
|
||||
background-image: url($avatar) !important;
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
$divBg: green !default;
|
||||
$spanOpacity: 0.5 !default;
|
||||
$avatar: "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Cow_female_black_white.jpg/220px-Cow_female_black_white.jpg" !default;
|
Loading…
Reference in New Issue