tweaked styles for section naming

This commit is contained in:
Tom Giannattasio
2012-10-22 13:21:45 -04:00
parent f84b603133
commit 1d40fa3360

View File

@@ -135,6 +135,32 @@ input.courseware-unit-search-input {
color: $blue;
}
.section-name-span {
cursor: pointer;
@include transition(color .15s);
&:hover {
color: $orange;
}
}
.section-name-edit {
input {
font-size: 16px;
}
.save-button {
@include blue-button;
padding: 7px 20px 7px;
margin-right: 5px;
}
.cancel-button {
@include white-button;
padding: 7px 20px 7px;
}
}
h4 {
font-size: 12px;
color: #878e9d;