widget: remove some inline styles
This commit is contained in:
parent
b361bdef07
commit
bd80cdebc4
@ -17,6 +17,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.contented .contented-upload-type-selector {
|
.contented .contented-upload-type-selector {
|
||||||
@ -95,7 +97,7 @@
|
|||||||
<div class="contented">
|
<div class="contented">
|
||||||
|
|
||||||
<div class="contented-close">
|
<div class="contented-close">
|
||||||
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
|
<svg viewBox="0 0 24 24">
|
||||||
<path fill="#000000" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" />
|
<path fill="#000000" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user