Sprint fixes

stable
Xavier Julián 2014-06-05 12:38:47 +02:00
parent e6e078305d
commit ad5ca6f277
3 changed files with 24 additions and 1 deletions

View File

@ -11,7 +11,7 @@
} }
} }
.button{ a.button{
font-family: 'ostrichSans'; font-family: 'ostrichSans';
@extend .large; @extend .large;
padding: 5px 40px; padding: 5px 40px;
@ -25,6 +25,7 @@
.button-green { .button-green {
@extend .button; @extend .button;
background: $greenTaiga; background: $greenTaiga;
@include transition (background .3s linear);
span { span {
color: $white; color: $white;
position: relative; position: relative;
@ -36,6 +37,22 @@
} }
} }
.button-gray {
@extend .button;
background: $buttonGray;
@include transition (background .3s linear);
span {
color: $white;
position: relative;
top: 2px;
}
&:hover {
@include transition (background .3s linear);
background: $buttonGrayHover;
color: $white
}
}
.button-bulk { .button-bulk {
@extend .button; @extend .button;
background: $greenTaiga; background: $greenTaiga;

View File

@ -126,6 +126,10 @@
padding: 0 4px; padding: 0 4px;
} }
} }
.button {
display: block;
text-align: center;
}
} }
/* If Sprint is open but date is old */ /* If Sprint is open but date is old */

View File

@ -32,6 +32,8 @@ section.sprints
div.column-us.width-8 div.column-us.width-8
a(href="", title="") #125 Crear el perfil de usuario Senior en el admin a(href="", title="") #125 Crear el perfil de usuario Senior en el admin
div.column-points.width-1 45 div.column-points.width-1 45
a.button.button-gray(href="", title="Current Sprint Taksboard")
span Sprint Taskboard
// If Sprint is open but date is old // If Sprint is open but date is old
section.sprint.sprint-old-open section.sprint.sprint-old-open