2018-09-12 02:32:37 +02:00
|
|
|
.info-tab {
|
|
|
|
&__logo-wrapper {
|
|
|
|
margin-bottom: 20px;
|
2022-04-01 16:00:33 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2018-09-12 02:32:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__logo {
|
2022-04-01 16:00:33 +02:00
|
|
|
height: 80px;
|
2018-09-12 02:32:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__link-header {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-max {
|
2018-09-12 02:32:37 +02:00
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-19 18:41:56 +02:00
|
|
|
&__link-text {
|
|
|
|
width: max-content;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2018-09-12 02:32:37 +02:00
|
|
|
&__link-item {
|
|
|
|
padding: 15px 0;
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-max {
|
2018-09-12 02:32:37 +02:00
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__version-number {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H6;
|
|
|
|
|
2018-09-12 02:32:37 +02:00
|
|
|
padding-top: 5px;
|
2022-03-25 20:30:36 +01:00
|
|
|
color: var(--color-text-muted);
|
2018-09-12 02:32:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__separator {
|
|
|
|
margin: 15px 0;
|
|
|
|
width: 80px;
|
|
|
|
border: none;
|
|
|
|
height: 1px;
|
2022-03-25 20:30:36 +01:00
|
|
|
background-color: var(--color-border-muted);
|
2018-09-12 02:32:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__about {
|
2022-03-25 20:30:36 +01:00
|
|
|
color: var(--color-text-muted);
|
2018-09-12 02:32:37 +02:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2022-11-09 23:15:44 +01:00
|
|
|
|
|
|
|
&__tag {
|
|
|
|
margin-inline-start: 8px;
|
|
|
|
}
|
2018-09-12 02:32:37 +02:00
|
|
|
}
|