This commit is contained in:
Thibault Duplessis 2020-01-27 20:55:38 -06:00
parent 6aec4cc45d
commit 1b8bc2c6c2
3 changed files with 5 additions and 2 deletions

View file

@ -25,7 +25,7 @@ object clas {
raw(~doc.getHtml("doc.content", resolver))
),
div(cls := "clas-home__onboard")(
a(cls := "button button-green button-fat", href := routes.Clas.verifyTeacher)(
a(cls := "button button-fat", href := routes.Clas.verifyTeacher)(
"Apply for Lichess Teacher"
)
)

View file

@ -25,7 +25,7 @@ object teacherDashboard {
div(cls := "box__top__actions")(
a(
href := routes.Clas.studentForm(c.id.value),
cls := "button button-green text",
cls := "button text",
dataIcon := "O"
)("Add student")
)

View file

@ -107,6 +107,9 @@ $c-bg-clas-over-dim: mix($c-bg-clas-over, $c-bg-clas, 80%);
&, a, .button, .title {
color: $c-bg-clas-over;
}
.button {
background: mix($c-bg-clas, white, 86%);
}
}
&__overview {