Skip to content

Commit

Permalink
Merge pull request sakaiproject#2058 from ern/SAK-30128
Browse files Browse the repository at this point in the history
SAK-30128 Profile2 text color on connections->create worksite
  • Loading branch information
ern committed Mar 30, 2016
2 parents 6931742 + 01bd905 commit 2c0d2ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.#{$namespace}sakai-profile2 {

.create-worksite {
.create-worksite-panel {
.content {
.label {
color: #414141;
}
}
}
}
}
1 change: 1 addition & 0 deletions reference/library/src/morpheus-master/sass/tool.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
@import "modules/tool/synoptic/synoptic";
@import "modules/tool/forums/forums";
@import "modules/tool/mbm/mbm";
@import "modules/tool/profile2/profile2";

@import "base/rtl";

Expand Down

0 comments on commit 2c0d2ab

Please sign in to comment.