Commit cc5eb8a3 authored by Filipa Lacerda's avatar Filipa Lacerda

CSS adjustments

parent 62cbf0ea
......@@ -156,10 +156,10 @@
.deploy-board-information {
order: 1;
display: flex;
width: 80px;
width: 70px;
flex-wrap: wrap;
justify-content: center;
margin: 20px 10px;
margin: 20px 0 20px 10px;
> span {
text-align: center;
......@@ -247,8 +247,6 @@
}
.deploy-board {
border-top: 1px solid $border-color;
border-bottom: 1px solid $border-color;
padding: 10px;
background-color: $gray-light;
min-height: 20px;
......@@ -260,7 +258,3 @@
font-size: 20px;
}
}
td.deploy-board-container {
padding: 0;
}
......@@ -98,6 +98,10 @@
padding: 10px 0;
}
td.deploy-board-container {
padding: 0;
}
.commit-link {
padding: 9px 8px 10px;
}
......
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