Sengi-Windows-MacOS-Linux/src/app/components/tutorial/tutorial.component.scss

90 lines
1.3 KiB
SCSS
Raw Normal View History

2019-02-11 02:48:34 +01:00
@import "variables";
@import "mixins";
// .tutorial {
// width: $floating-column-size;
// overflow: hidden;
// z-index: 99;
// position: fixed;
// top: 0;
// bottom: $stream-selector-height;
// padding: 0;
// font-size: $default-font-size;
// }
2019-02-11 04:23:10 +01:00
.underline {
text-decoration: underline;
}
2019-02-11 02:48:34 +01:00
.add-account{
position: absolute;
&__arrow {
2019-02-11 04:42:51 +01:00
position: fixed;
2020-04-22 04:36:10 +02:00
top: 20px;
2019-02-11 04:42:51 +01:00
left: 60px;
2019-02-11 02:48:34 +01:00
}
&__title{
position: relative;
top: 30px;
2020-04-22 04:36:10 +02:00
left: 85px;
2019-02-11 02:48:34 +01:00
}
&__description {
position: relative;
2020-04-22 04:36:10 +02:00
top: 60px;
left: 70px;
2019-02-11 02:48:34 +01:00
text-align: center;
width: 200px;
display: inline-block;
2019-02-11 04:23:10 +01:00
//word-break: break-all;
white-space: normal;
}
}
.open-account{
position: absolute;
&__arrow {
2019-02-11 04:42:51 +01:00
position: fixed;
top: 85px;
left: 65px;
2019-02-11 04:23:10 +01:00
}
&__title{
position: relative;
top: 30px;
left: 160px;
width: 50px;
}
&__description {
position: relative;
top: 40px;
left: 90px;
text-align: right;
width: 200px;
display: inline-block;
// word-break: break-all;
2019-02-11 02:48:34 +01:00
white-space: normal;
}
2020-04-22 04:12:33 +02:00
}
.sengi-logo {
width: 230px;
position: fixed;
bottom: 35px;
right: 10px;
2019-02-11 02:48:34 +01:00
}