Skip to content

Commit ad92629

Browse files
committed
Removed local variables.less
1 parent ed650be commit ad92629

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

src/charts/charts.less

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ pf-c3-chart {
88
}
99
span {
1010
vertical-align: middle;
11-
width: @width100;
11+
width: 100%;
1212
}
1313
}
1414
.utilization-trend-chart-pf {
1515
.donut-chart-pf {
1616
float: left;
1717
padding-top: 15px;
18-
width: @width100;
18+
width: 100%;
1919
}
2020
h3 {
2121
font-weight: 400;
@@ -24,7 +24,7 @@ pf-c3-chart {
2424
border-bottom: 1px solid @color-pf-black-300;
2525
float: left;
2626
padding: 0 5px 10px 0;
27-
width: @width100;
27+
width: 100%;
2828
}
2929
.available-count {
3030
margin: 3px 0;
@@ -41,13 +41,13 @@ pf-c3-chart {
4141
.radial-chart {
4242
float: left;
4343
padding-top: 10px;
44-
width: @width100;
44+
width: 100%;
4545
}
4646
.sparkline-chart {
4747
float: left;
4848
margin-left: -5px;
4949
margin-right: -5px;
50-
width: @width100;
50+
width: 100%;
5151
}
5252
.legend-text {
5353
color: inherit;
@@ -155,8 +155,8 @@ pf-c3-chart {
155155
}
156156
}
157157
.heatmap-pf-svg {
158-
height: @height100;
159-
width: @width100;
158+
height: 100%;
159+
width: 100%;
160160
}
161161
.heatmap-pf-legend-container {
162162
list-style-type: none;

src/views/views.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
}
4242
}
4343
.card-content {
44-
height: @height100;
44+
height: 100%;
4545
margin: 2px 0 10px 0;
4646
overflow: auto;
47-
width: @width100;
47+
width: 100%;
4848
}
4949
.card-title {
5050
color: #1186C1;
@@ -103,7 +103,7 @@
103103
}
104104
/* overriding pf base so that blank slate fills entire parent container */
105105
.blank-slate-pf {
106-
height:@height100;
106+
height:100%;
107107
margin-bottom: 0px;
108108
button {
109109
margin-right: 4px;

styles/angular-patternfly.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import "../node_modules/patternfly/dist/less/color-variables.less";
2-
@import "variables.less";
32
@import "misc.less";
43
@import "../src/card/card.less";
54
@import "../src/charts/charts.less";

styles/variables.less

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)