|
@@ -117,7 +117,7 @@
|
|
--image-modal-top: url('@/assets/images/vent/home/modal-top.png');
|
|
--image-modal-top: url('@/assets/images/vent/home/modal-top.png');
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: @vent-font-color;
|
|
position: relative;
|
|
position: relative;
|
|
// background: url('@/assets/images/home-container/configurable/firehome/bg.png') no-repeat center;
|
|
// background: url('@/assets/images/home-container/configurable/firehome/bg.png') no-repeat center;
|
|
|
|
|
|
@@ -159,7 +159,7 @@
|
|
padding: 10px;
|
|
padding: 10px;
|
|
background-image: @vent-configurable-dropdown;
|
|
background-image: @vent-configurable-dropdown;
|
|
border-bottom: 2px solid @vent-configurable-home-light-border;
|
|
border-bottom: 2px solid @vent-configurable-home-light-border;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: @vent-font-color;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 70px;
|
|
top: 70px;
|
|
right: 460px;
|
|
right: 460px;
|
|
@@ -168,13 +168,13 @@
|
|
padding: 10px;
|
|
padding: 10px;
|
|
background-image: @vent-configurable-dropdown;
|
|
background-image: @vent-configurable-dropdown;
|
|
border-bottom: 2px solid @vent-configurable-home-light-border;
|
|
border-bottom: 2px solid @vent-configurable-home-light-border;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: @vent-font-color;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 70px;
|
|
top: 70px;
|
|
right: 460px;
|
|
right: 460px;
|
|
}
|
|
}
|
|
.module-trigger-button {
|
|
.module-trigger-button {
|
|
- color: #fff;
|
|
|
|
|
|
+ color: @vent-font-color;
|
|
background-image: @vent-configurable-dropdown;
|
|
background-image: @vent-configurable-dropdown;
|
|
border: none;
|
|
border: none;
|
|
border-bottom: 2px solid @vent-configurable-home-light-border;
|
|
border-bottom: 2px solid @vent-configurable-home-light-border;
|