Added forgotten border radius and dimmed border.

This commit is contained in:
Sean Li
2015-04-27 15:46:37 -07:00
parent 650470359f
commit 532fc4cb80

View File

@@ -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;
}
@@ -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;