Skip to content
Snippets Groups Projects
Commit 835bdfa9 authored by kushalpandya's avatar kushalpandya
Browse files

Add helper class for margin bottom `5px`

parent 29990051
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,7 @@
.append-right-default { margin-right: $gl-padding; }
.append-right-20 { margin-right: 20px; }
.append-bottom-0 { margin-bottom: 0; }
.append-bottom-5 { margin-bottom: 5px; }
.append-bottom-10 { margin-bottom: 10px; }
.append-bottom-15 { margin-bottom: 15px; }
.append-bottom-20 { margin-bottom: 20px; }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment