Merge branch 'pledged_badges' of github.com:Gluejar/regluit into pledged_badges
commit
e99a88c103
|
@ -203,18 +203,10 @@ img.user-avatar {
|
||||||
}
|
}
|
||||||
.user-badges img {
|
.user-badges img {
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
border: 1px solid #D4D4D4;
|
||||||
.user-badges img.pledger {
|
-moz-border-radius: 5px;
|
||||||
border: 3px solid #efd45e;
|
-webkit-border-radius: 5px;
|
||||||
-moz-border-radius: 7px;
|
border-radius: 5px;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
border-radius: 7px;
|
|
||||||
}
|
|
||||||
.user-badges img.pledger2 {
|
|
||||||
border: 3px solid #e18551;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
border-radius: 7px;
|
|
||||||
}
|
}
|
||||||
.social {
|
.social {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -129,15 +129,8 @@ img.user-avatar {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
vertical-align:text-bottom;
|
vertical-align:text-bottom;
|
||||||
|
border:1px solid #d4d4d4;
|
||||||
&.pledger {
|
.one-border-radius(5px);
|
||||||
border: 3px solid @yellow;
|
|
||||||
.one-border-radius(7px);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.pledger2 {
|
|
||||||
border: 3px solid @orange;
|
|
||||||
.one-border-radius(7px);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue