Rework the tutorial
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user