Fixed project last_activity. Links color changed a bit
This commit is contained in:
parent
793db070f0
commit
4e47402852
4 changed files with 20 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/**
|
||||
/**
|
||||
* Headers
|
||||
*
|
||||
*
|
||||
*/
|
||||
h3, h4, h5, h6 { line-height: 36px; }
|
||||
h5 { font-size:14px; }
|
||||
h3.page_title {
|
||||
h3.page_title {
|
||||
color:#456;
|
||||
font-size:20px;
|
||||
font-weight: normal;
|
||||
|
@ -21,9 +21,9 @@ pre {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Links
|
||||
*
|
||||
*
|
||||
*/
|
||||
a {
|
||||
outline: none;
|
||||
|
@ -35,7 +35,7 @@ a {
|
|||
|
||||
&.btn {
|
||||
color: $style_color;
|
||||
&:hover {
|
||||
&:hover {
|
||||
color: $style_color;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue