Skip to content

Commit

Permalink
Added forgotten border radius and dimmed border.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanli committed Apr 27, 2015
1 parent 6504703 commit 532fc4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles/new-container.less
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@
flex: 1 auto;
min-width: 90px;
background-color: @brand-action;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
justify-content: center;
text-align: center;
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
img {
margin-top: 15px;
}
Expand All @@ -193,6 +193,8 @@
position: relative;
border: 1px solid @gray-lightest;
border-left: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
.badges {
position: absolute;
right: 15px;
Expand Down

0 comments on commit 532fc4c

Please sign in to comment.