Skip to content
Snippets Groups Projects
Commit a860b0b9 authored by Camille Simiand's avatar Camille Simiand
Browse files

Re integrate the capsule-title class

parent 98c3bfc6
Branches
Tags
1 merge request!43tuleap-83-access-my-capsules
Pipeline #714 passed
......@@ -122,16 +122,6 @@ button[type=submit]{
padding: 10px;
}
//.row-title {
// text-decoration: none;
// text-transform: uppercase;
// font-size: 18px;
//}
.row-title:hover {
color: rgba(255,255,255,.75);
}
.links {
color: rgba(255,255,255,.75);
}
......@@ -172,8 +162,18 @@ button[type=submit]{
-webkit-text-fill-color: transparent;
}
.row-title:hover {
color: rgba(255,255,255,.75);
}
.profile-block {
color: rgba(255, 255, 255, 0.5);
background-color: rgba(0, 0, 0, 0);
background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
}
.capsule-title {
text-decoration: none;
text-transform: uppercase;
font-size: 18px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment