Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Eye Cloud Slider Bold Text fix
Browse files Browse the repository at this point in the history
-Removed odd boldface text from eye cloud slider
  • Loading branch information
Rickerd1234 committed Jun 30, 2020
1 parent 716b3ef commit 833de3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/visualization.pug
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ block sidebars
i(class="ui ruler horizontal icon")
label Point Range:
div(class="ui inline input")
input(type="number" id="pointrange" min="50" max="250" class="ui basic label pointrange-preview hide-spinner")
input(type="number" id="pointrange" min="50" max="250" class="pointrange-preview hide-spinner")
div(class="ui teal slider eyecloudsliders pointrange small-padding")
//- Radius Slider -//
div(class="ui inline input fields" style="margin-bottom:0px !important;")
div(class="ui inline fields" style="margin-bottom:0px !important;")
i(class="ui bullseye icon")
label Radius:
div(class="ui inline fields" style="margin-bottom:0px !important;")
Expand Down

0 comments on commit 833de3a

Please sign in to comment.