Commit 15b238e2 authored by kushalpandya's avatar kushalpandya

Add Protected Branch styles to Protected Tags

parent ece9d3e3
...@@ -728,7 +728,8 @@ pre.light-well { ...@@ -728,7 +728,8 @@ pre.light-well {
} }
} }
.new_protected_branch { .new_protected_branch,
.new-protected-tag {
label { label {
margin-top: 6px; margin-top: 6px;
font-weight: normal; font-weight: normal;
...@@ -748,7 +749,8 @@ a.allowed-to-push { ...@@ -748,7 +749,8 @@ a.allowed-to-push {
} }
} }
.create-new-protected-branch-button { .create-new-protected-branch-button,
.create-new-protected-tag-button {
@include dropdown-link; @include dropdown-link;
width: 100%; width: 100%;
......
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