UI improvements
Этот коммит содержится в:
@@ -211,6 +211,7 @@ export default class TutorialIntroScreens extends React.Component {
|
|||||||
<div className='tutorial__content'>
|
<div className='tutorial__content'>
|
||||||
<div className='tutorial__steps'>
|
<div className='tutorial__steps'>
|
||||||
{screen}
|
{screen}
|
||||||
|
<div className='tutorial__footer'>
|
||||||
<button
|
<button
|
||||||
className='btn btn-primary'
|
className='btn btn-primary'
|
||||||
tabIndex='1'
|
tabIndex='1'
|
||||||
@@ -235,6 +236,7 @@ export default class TutorialIntroScreens extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,7 +46,6 @@
|
|||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
|
||||||
@include legacy-pie-clearfix;
|
@include legacy-pie-clearfix;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding: 8px 8px 8px 15px;
|
padding: 8px 8px 8px 15px;
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
&.tip-overlay--sidebar {
|
&.tip-overlay--sidebar {
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
margin: 50px 0 0 10px;
|
margin: 50px 0 0 10px;
|
||||||
min-height: 310px;
|
min-height: 330px;
|
||||||
.tutorial__footer {
|
.tutorial__footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -165,16 +165,15 @@
|
|||||||
.tutorial__steps {
|
.tutorial__steps {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 310px;
|
max-width: 310px;
|
||||||
min-height: 350px;
|
min-height: 370px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-bottom: 30px;
|
|
||||||
}
|
}
|
||||||
.btn-primary {
|
}
|
||||||
|
.tutorial__footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0px;
|
bottom: 0;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: em(40px);
|
font-size: em(40px);
|
||||||
@@ -191,9 +190,7 @@
|
|||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
}
|
}
|
||||||
.tutorial-skip {
|
.tutorial-skip {
|
||||||
position: absolute;
|
margin-left: 13px;
|
||||||
bottom: 7px;
|
|
||||||
left: 80px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user