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