Línea 1929... |
Línea 1929... |
1929 |
<div class="w-100 d-flex justify-content-between border-bottom">
|
1929 |
<div class="w-100 d-flex justify-content-between border-bottom">
|
1930 |
<label for="colorrect" class="font-weight-normal d-flex align-items-center" style="margin:0 !important">Color del fondo: </label>
|
1930 |
<label for="colorrect" class="font-weight-normal d-flex align-items-center" style="margin:0 !important">Color del fondo: </label>
|
1931 |
<input type="color" name="" id="colorrect" value="#000000" style="width:30px" data-tooltip="Color del fondo" class="mr-2" />
|
1931 |
<input type="color" name="" id="colorrect" value="#000000" style="width:30px" data-tooltip="Color del fondo" class="mr-2" />
|
1932 |
</div>
|
1932 |
</div>
|
1933 |
<div class="d-flex flex-column">
|
1933 |
<div class="d-flex flex-column">
|
1934 |
<label for="opacidad" class="font-weight-normal">Transparencia del fondo</label>
|
1934 |
<label for="opacidad" class="font-weight-normal mr-1">Transparencia del fondo</label>
|
1935 |
<input type="range" id="opacidad" max="100" min="1" step="1" value="100" >
|
1935 |
<input type="range" id="opacidad" max="100" min="1" step="1" value="100" >
|
1936 |
</div>
|
1936 |
</div>
|
1937 |
</div>
|
1937 |
</div>
|
Línea 1938... |
Línea 1938... |
1938 |
|
1938 |
|