Commit c7e9bdb8 authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

remove unused classes from css

parent e3b704d9
...@@ -69,7 +69,7 @@ staticAnalysisView.prototype.render = function () { ...@@ -69,7 +69,7 @@ staticAnalysisView.prototype.render = function () {
</div> </div>
</div> </div>
</div> </div>
<div id="staticanalysismodules" class="list-group list-group-flush ${css.container}"> <div id="staticanalysismodules" class="list-group list-group-flush">
${this.modulesView} ${this.modulesView}
</div> </div>
<div class="${css.resultTitle} mx-2"><h6>Results:</h6></div> <div class="${css.resultTitle} mx-2"><h6>Results:</h6></div>
......
...@@ -24,22 +24,14 @@ var css = csjs` ...@@ -24,22 +24,14 @@ var css = csjs`
.buttonRun { .buttonRun {
margin-right: 1%; margin-right: 1%;
} }
.analysisModulesContainer {
}
.label { .label {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.container {
max-height: 500px;
overflow-y: auto;
}
.block input[type='radio']:checked ~ .entries{ .block input[type='radio']:checked ~ .entries{
height: auto; height: auto;
transition: .3s ease-in; transition: .3s ease-in;
} }
.entries{ .entries{
height: 0; height: 0;
overflow: hidden; overflow: hidden;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment