-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alejandro Saucedo <[email protected]>
- Loading branch information
Showing
3 changed files
with
194 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
.form-check { | ||
height: 90px; | ||
overflow: scroll; | ||
opacity: 50%; | ||
background-color: #22242f; | ||
z-index: 100; | ||
transition: height 0.15s, margin-top 0.15s, border-top 1s; | ||
position: relative; | ||
} | ||
.form-extend-on-hover:hover { | ||
height: 200px; | ||
margin-top: -110px; | ||
transition-delay: 0.25s; | ||
opacity: 100%; | ||
} | ||
.chart-content > .row { | ||
overflow-x: auto; | ||
white-space: nowrap; | ||
} | ||
.chart-content > .row > .col-md-6 { | ||
display: inline-block; | ||
float: none; | ||
} | ||
.helpCont { | ||
display: none; | ||
} | ||
input[type="checkbox"] { | ||
opacity: 100% !important; | ||
} | ||
.charts-container .form-check ul { | ||
list-style-type: none; | ||
list-style: none; | ||
padding-left: 0; | ||
} | ||
.charts-container .form-check li { | ||
height: 30px; | ||
padding-left: 1em; | ||
} | ||
.charts-container .form-check li:hover { | ||
background-color: #353646; | ||
} | ||
.charts-container .form-check li:has(input:checked) { | ||
background-color: #353646; | ||
} | ||
.charts-container .form-check:has(input:checked), | ||
.charts-container .form-text-container:has(input:not(:placeholder-shown)){ | ||
border-top: 5px solid #44fee3; | ||
} | ||
input[value] | ||
.charts-container .form-check { | ||
padding-left: 0; | ||
} | ||
.charts-container .form-check-input { | ||
margin-left: 0; | ||
} | ||
.charts-container .form-check ul li:first-child input { | ||
display: none; | ||
} | ||
.charts-container .form-check ul li:first-child:hover { | ||
background-color: #ff6384; | ||
transition: all 1s; | ||
} | ||
#chart-section-0 .row { | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
#chart-section-0 .row > *{ | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
.chart-navbar { | ||
background-color: #10c79b; | ||
border-radius: 30px; | ||
padding: 5px 5px 5px 0; | ||
color: #000 !important; | ||
} | ||
.chart-navbar a { | ||
color: #000 !important; | ||
padding: 5px; | ||
border-radius: 30px !important; | ||
} | ||
.chart-navbar a.active { | ||
color: #01c3a7 !important; | ||
background-color: #1c1d26 !important; | ||
border-radius: 30px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.