Commit cc5eb8a3 authored by Filipa Lacerda's avatar Filipa Lacerda

CSS adjustments

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