FIx components with custom font size
This commit is contained in:
parent
ed025149b0
commit
dc5241a8fd
|
@ -484,7 +484,7 @@
|
||||||
.caption{
|
.caption{
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
//font-size: 11px;
|
//font-size: 11px;
|
||||||
.font-size-normal();
|
//.font-size-normal();
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
.dataview {
|
.dataview {
|
||||||
|
font-size: 11px; // must be const value
|
||||||
&.inner {
|
&.inner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -48,6 +49,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.group-description {
|
||||||
|
.font-size-normal();
|
||||||
|
}
|
||||||
|
|
||||||
.group-items-container {
|
.group-items-container {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
.font-size-normal();
|
|
||||||
background-color: @background-normal-ie;
|
background-color: @background-normal-ie;
|
||||||
background-color: @background-normal;
|
background-color: @background-normal;
|
||||||
border-color: @border-regular-control-ie;
|
border-color: @border-regular-control-ie;
|
||||||
|
@ -38,6 +37,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: @text-normal-ie;
|
color: @text-normal-ie;
|
||||||
color: @text-normal;
|
color: @text-normal;
|
||||||
|
.font-size-normal();
|
||||||
|
|
||||||
&:focus, &.focus {
|
&:focus, &.focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
Loading…
Reference in a new issue