Commit 908a5c98 authored by Phil Hughes's avatar Phil Hughes Committed by Filipa Lacerda
parent 8f38c39f
...@@ -403,8 +403,6 @@ img.emoji { ...@@ -403,8 +403,6 @@ img.emoji {
.append-bottom-default { margin-bottom: $gl-padding; } .append-bottom-default { margin-bottom: $gl-padding; }
.prepend-bottom-32 { margin-bottom: 32px; } .prepend-bottom-32 { margin-bottom: 32px; }
.inline { display: inline-block; } .inline { display: inline-block; }
.block { display: block; }
.flex { display: flex; }
.center { text-align: center; } .center { text-align: center; }
.block { display: block; } .block { display: block; }
.flex { display: flex; } .flex { display: flex; }
......
/** /**
* Deploy boards * Deploy boards
*/ */
.deploy-board { .deploy-board {
padding: 10px; padding: 10px;
background-color: $gray-light; background-color: $gray-light;
min-height: 20px; min-height: 20px;
......
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