Commit 921031b3cc4c4b1f187200f905f72ee5aaf768ad
1 parent
6115d992
Exists in
master
and in
29 other branches
responsive: add missing file
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
public/designs/themes/base-responsive/stylesheets/_profile_title.scss
0 → 100644
@@ -0,0 +1,15 @@ | @@ -0,0 +1,15 @@ | ||
1 | + | ||
2 | +.row.profile-title { | ||
3 | + margin: 0; | ||
4 | +} | ||
5 | +#profile-title a, #profile-title a:visited { | ||
6 | + font-weight: bold; | ||
7 | + font-size: 200%; | ||
8 | + text-decoration: none; | ||
9 | + color: #2C3E50; | ||
10 | +} | ||
11 | +#profile-title a:hover { | ||
12 | + text-decoration: underline; | ||
13 | + color: #18BC9C; | ||
14 | +} | ||
15 | + |