Skip to content
Snippets Groups Projects
Commit bd64a963 authored by srosse's avatar srosse
Browse files

OO-3014: set a background to lifecycle data and a z-index above the course title

parent 7521f929
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,10 @@ ...@@ -173,6 +173,10 @@
.o_lifecycle { .o_lifecycle {
position: absolute; position: absolute;
top: 5px; right: 40px; top: 5px; right: 40px;
z-index: 2px;
background: white;
padding: 0 3px 3px 3px;
border-radius: 0px 0px $border-radius-small $border-radius-small;
font-size: 90%; font-size: 90%;
line-height: normal; line-height: normal;
@include text-overflow(); @include text-overflow();
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment