|
| 1 | +/***************************************************************************** |
| 2 | + * Open MCT Web, Copyright (c) 2014-2015, United States Government |
| 3 | + * as represented by the Administrator of the National Aeronautics and Space |
| 4 | + * Administration. All rights reserved. |
| 5 | + * |
| 6 | + * Open MCT Web is licensed under the Apache License, Version 2.0 (the |
| 7 | + * "License"); you may not use this file except in compliance with the License. |
| 8 | + * You may obtain a copy of the License at |
| 9 | + * http://www.apache.org/licenses/LICENSE-2.0. |
| 10 | + * |
| 11 | + * Unless required by applicable law or agreed to in writing, software |
| 12 | + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 13 | + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | + * License for the specific language governing permissions and limitations |
| 15 | + * under the License. |
| 16 | + * |
| 17 | + * Open MCT Web includes source code licensed under additional open source |
| 18 | + * licenses. See the Open Source Licenses file (LICENSES.md) included with |
| 19 | + * this source code distribution or the Licensing information page available |
| 20 | + * at runtime from the About dialog for additional information. |
| 21 | + *****************************************************************************/ |
| 22 | +@import "bourbon"; |
| 23 | + |
| 24 | +@import "../../../../commonUI/general/res/sass/constants"; |
| 25 | +@import "../../../../commonUI/general/res/sass/mixins"; |
| 26 | +@import "../../../../commonUI/general/res/sass/mobile/constants"; |
| 27 | +@import "../../../../commonUI/general/res/sass/mobile/mixins"; |
| 28 | +@import "../../../../commonUI/themes/espresso/res/sass/constants"; |
| 29 | +@import "../../../../commonUI/themes/espresso/res/sass/mixins"; |
| 30 | +@import "../../../../commonUI/general/res/sass/icons"; |
| 31 | + |
| 32 | +$ueTimeConductorH: (25px, 6px, 20px); |
| 33 | + |
1 | 34 | @mixin toiLineHovEffects() {
|
2 | 35 | &:before,
|
3 | 36 | &:after {
|
|
20 | 53 | height: $d !important;
|
21 | 54 | width: $d;
|
22 | 55 | position: relative;
|
23 |
| - |
| 56 | + |
24 | 57 | // Icon shape: brackets
|
25 | 58 | &:before,
|
26 | 59 | &:after {
|
|
87 | 120 | $knobHOffset: 0px;
|
88 | 121 | $rangeValPad: $interiorMargin;
|
89 | 122 | $rangeValOffset: $sliderKnobW + $interiorMargin;
|
90 |
| - $r1H: nth($ueTimeControlH, 1); |
91 |
| - $r2H: nth($ueTimeControlH, 2); |
92 |
| - $r3H: nth($ueTimeControlH, 3); |
| 123 | + $r1H: nth($ueTimeConductorH, 1); |
| 124 | + $r2H: nth($ueTimeConductorH, 2); |
| 125 | + $r3H: nth($ueTimeConductorH, 3); |
93 | 126 |
|
94 | 127 | // Glyphs Todo: replace with refactored CSS approach when that is merged into master
|
95 | 128 | $glyphIconFixed: '\e604';
|
|
0 commit comments