Skip to content

Commit bf0e85a

Browse files
committed
[Frontend] Styling for Time Conductor v2
Fixes #933 Renamed main class; removed unused <style> defs
1 parent 84b7a9d commit bf0e85a

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

platform/commonUI/general/res/sass/_main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@import "controls/lists";
4141
@import "controls/menus";
4242
@import "controls/messages";
43-
@import "controls/time-controller";
43+
@import "controls/time-conductor";
4444
@import "mobile/controls/menus";
4545

4646
/********************************* FORMS */

platform/features/conductor-v2/res/templates/time-conductor.html

-28
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
<style>
2-
.time-system .menu{
3-
bottom: 10px;
4-
}
5-
.l-data-availability {
6-
width: 100%;
7-
height: 20px;
8-
background-color: #3b3b3b
9-
}
10-
11-
.l-time-range-inputs-elem {
12-
width: 100%;
13-
}
14-
15-
.l-time-range-inputs-elem.l-flex-row {
16-
justify-content: space-between;
17-
}
18-
.l-axis-holder {
19-
height: 30px;
20-
width: 100%;
21-
}
22-
23-
.l-axis-holder svg, .l-axis-holder svg path,
24-
.l-axis-holder svg line {
25-
stroke: #A0A0A0;
26-
}
27-
28-
</style>
291
<!-- Parent holder for time conductor. follow-mode | fixed-mode -->
302
<div ng-controller="TimeConductorController as tcController"
313
class="l-time-conductor l-flex-col {{modeModel.selected}}-mode">

0 commit comments

Comments
 (0)