ExportDiv css
This commit is contained in:
parent
c56865b407
commit
4bc535847c
@ -349,7 +349,7 @@ body {
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.sideClass, .sideFilter {
|
||||
.sideClass, .sideFilter, #exportDiv {
|
||||
width: 100%;
|
||||
height: 5vh;
|
||||
padding: 1.5vh;
|
||||
@ -372,7 +372,7 @@ body {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.sideClass:hover, .sideFilter:hover {
|
||||
.sideClass:hover, .sideFilter:hover, #exportDiv:hover {
|
||||
background-color: rgba(255,255,255,0.3);
|
||||
}
|
||||
|
||||
@ -394,12 +394,12 @@ body {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sideFilter {
|
||||
.sideFilter, #exportDiv {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.fa-dot-circle-o {
|
||||
font-size: 3vh;
|
||||
font-size: 1.1vw;
|
||||
color: #53BD42;
|
||||
|
||||
float: right;
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div id="exportDiv" class="sideFilter">
|
||||
<div id="exportDiv">
|
||||
<i id="export" class="fa fa-download" aria-hidden="true"></i>
|
||||
<h4 id="exportText">Export</h4>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user