Rework the tutorial

This commit is contained in:
Johannes Zellner
2016-05-06 21:32:34 +02:00
parent 0d6637de27
commit e4747ef50c
3 changed files with 16 additions and 35 deletions

View File

@@ -1007,7 +1007,7 @@ $graphs-success-alt: lighten(#27CE65, 20%);
position: absolute;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.5);
background-color: rgba(0,0,0,0.3);
z-index: 3000;
width: 100%;
height: 100%;
@@ -1017,16 +1017,19 @@ $graphs-success-alt: lighten(#27CE65, 20%);
position: absolute;
width: 600px;
background-color: white;
padding: 10px;
padding: 15px;
box-shadow: 0 3px 5px rgba(0,0,0,.5);
left: 50%;
top: 200px;
margin-left: -300px;
right: 20px;
bottom: 80px;
h2 {
margin-bottom: 20px;
margin-top: 0;
}
p {
font-size: 18px;
}
}
}