Commit 2acfb614 authored by tauriedavis's avatar tauriedavis

Simplify design for no tags, branches

parent 28fcf777
...@@ -53,14 +53,6 @@ ...@@ -53,14 +53,6 @@
background-color: $well-expand-item; background-color: $well-expand-item;
} }
.limit-box-branch {
width: 160px;
}
.limit-box-tag {
width: 125px;
}
.branches { .branches {
display: inline; display: inline;
} }
...@@ -72,27 +64,22 @@ ...@@ -72,27 +64,22 @@
.limit-box { .limit-box {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
padding: 1px; background-color: $red-100;
background-color: $blue-100;
border-radius: $border-radius-default; border-radius: $border-radius-default;
text-align: center; text-align: center;
&:hover { &:hover {
background-color: $blue-200; background-color: $red-200;
} }
.limit-icon { .limit-icon {
width: 20px; margin: 0 8px;
} }
.limit-message { .limit-message {
@include str-truncated(100%); @include str-truncated(100%);
flex: 1;
line-height: 16px; line-height: 16px;
margin-right: 2px; margin-right: 8px;
background-color: $white-light;
border-top-right-radius: $border-radius-default;
border-bottom-right-radius: $border-radius-default;
font-size: 12px; font-size: 12px;
} }
} }
......
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