hautes-alpes-cd05-2020: add styles for APA cells (#46977)

This commit is contained in:
Thomas Jund 2020-11-12 12:45:50 +01:00
parent b5ac7fe7c1
commit 74f1a337fa
3 changed files with 24 additions and 1 deletions

View File

@ -304,6 +304,27 @@ main {
}
}
// APA cells
div.apa-user {
a.apa-user-link {
background: url('img/profile.png') no-repeat 10px 15px;
padding-left: 70px;
&:hover {
background-color: $orange-light;
}
}
a.remove {
text-transform: uppercase;
line-height: 2em;
&:hover {
color: white;
background-color: $link-color;
text-decoration: none;
}
}
}
//
// WCS
@ -512,3 +533,4 @@ footer {
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -3,4 +3,5 @@
@import 'vars';
@import '../includes/publik';
@import 'custom';
@import '../includes/apa';
@import 'custom';