Fixed project last_activity. Links color changed a bit

This commit is contained in:
Dmitriy Zaporozhets 2012-08-30 09:09:42 +03:00
parent 793db070f0
commit 4e47402852
4 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@
}
&.btn-primary {
background:$link_color;
background:#2a79A3;
border-color: #2A79A3;
&:hover {
background:$blue_link;
@ -31,16 +31,16 @@
}
}
&.save-btn {
&.save-btn {
@extend .wide;
@extend .primary;
}
&.cancel-btn {
&.cancel-btn {
float:right;
}
&.wide {
&.wide {
padding-left:30px;
padding-right:30px;
}