alan
6 years ago
18 changed files with 72 additions and 48 deletions
@ -0,0 +1,18 @@ |
|||||||
|
@import '../../../../less/index.less'; |
||||||
|
.dec-webui-dcm-connection-left-item{ |
||||||
|
&-selected{ |
||||||
|
background-color: @background-color-blue-transparent; |
||||||
|
.link-title{ |
||||||
|
color: @font-color-highlight; |
||||||
|
} |
||||||
|
} |
||||||
|
&:hover{ |
||||||
|
background-color: @background-color-blue-transparent; |
||||||
|
.link-item-icon{ |
||||||
|
visibility: visible; |
||||||
|
} |
||||||
|
} |
||||||
|
.link-item-icon{ |
||||||
|
visibility: hidden; |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
@import '../../../../less/index.less'; |
||||||
|
.dec-webui-dcm-connection-more-link-item{ |
||||||
|
&:hover{ |
||||||
|
border: solid 1px @border-color-highlight; |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,9 @@ |
|||||||
|
@import '../../../less/index.less'; |
||||||
|
.dec-webui-dcm-status-left-item{ |
||||||
|
&-selected{ |
||||||
|
background-color: @background-color-blue-transparent; |
||||||
|
.link-title{ |
||||||
|
color: @font-color-highlight; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,9 @@ |
|||||||
|
@import '../../../less/index.less'; |
||||||
|
.dec-webui-dcm-status-right-card{ |
||||||
|
.card-font-success{ |
||||||
|
font-size: @font-size-30; |
||||||
|
} |
||||||
|
.card-font-heighlight{ |
||||||
|
font-size: @font-size-30; |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,7 @@ |
|||||||
|
@import '../../less/index.less'; |
||||||
|
.dec-webui-dcm-title{ |
||||||
|
.title-item-selected{ |
||||||
|
color: @background-color-highlight; |
||||||
|
border-bottom: solid 2px @border-color-highlight; |
||||||
|
} |
||||||
|
} |
@ -1 +1,2 @@ |
|||||||
@import "../../../node_modules/fineui/src/less/lib/colors"; |
@import "../../../node_modules/fineui/src/less/lib/colors"; |
||||||
|
@background-color-blue-transparent: @color-bi-blue-5; |
@ -1,39 +0,0 @@ |
|||||||
.dec-webui-dcm-layout{ |
|
||||||
.title-item-selected{ |
|
||||||
color: @background-color-highlight; |
|
||||||
border-bottom: solid 2px @border-color-highlight; |
|
||||||
} |
|
||||||
.dcm-link-left{ |
|
||||||
.link-item{ |
|
||||||
&:hover{ |
|
||||||
background-color: @background-color-blue-transparent; |
|
||||||
.link-item-icon{ |
|
||||||
visibility: visible; |
|
||||||
} |
|
||||||
} |
|
||||||
.link-item-icon{ |
|
||||||
visibility: hidden; |
|
||||||
} |
|
||||||
} |
|
||||||
.left-item-selected{ |
|
||||||
background-color: @background-color-blue-transparent; |
|
||||||
.link-title{ |
|
||||||
color: @font-color-highlight; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
.dcm-link-form{ |
|
||||||
.card-font-success{ |
|
||||||
font-size: @font-size-30; |
|
||||||
} |
|
||||||
.card-font-heighlight{ |
|
||||||
font-size: @font-size-30; |
|
||||||
} |
|
||||||
} |
|
||||||
.dcm-link-more{ |
|
||||||
&:hover{ |
|
||||||
border: solid 1px @border-color-highlight; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
Loading…
Reference in new issue