Commit fab4fb59 authored by Dhiraj Bodicherla's avatar Dhiraj Bodicherla

Cleaned up css

parent 9979ca8e
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
</section> </section>
<section class="deploy-board-instances"> <section class="deploy-board-instances">
<span class="deploy-board-instances-text text-secondary"> <span class="deploy-board-instances-text gl-font-size-14 text-secondary">
{{ instanceTitle }} ({{ instanceCount }}) {{ instanceTitle }} ({{ instanceCount }})
</span> </span>
......
...@@ -30,17 +30,6 @@ ...@@ -30,17 +30,6 @@
width: 100%; width: 100%;
} }
.deploy-board-instances-text {
font-size: $gl-font-size;
color: $gl-text-color-secondary;
}
/*
.deploy-board-instances-container {
margin-top: -8px;
}
*/
.deploy-board-actions { .deploy-board-actions {
order: 3; order: 3;
align-self: center; align-self: center;
...@@ -76,7 +65,7 @@ ...@@ -76,7 +65,7 @@
color: $gl-text-color; color: $gl-text-color;
font-size: $gl-font-size-small; font-size: $gl-font-size-small;
font-weight: $gl-font-weight-bold; font-weight: $gl-font-weight-bold;
line-height: $gl-font-size-small; line-height: $gl-line-height-14;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment