2018-09-12 02:32:37 +02:00
|
|
|
.info-tab {
|
|
|
|
&__logo-wrapper {
|
|
|
|
height: 80px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__logo {
|
|
|
|
max-height: 100%;
|
2021-01-14 14:20:44 +01:00
|
|
|
max-width: 50%;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2018-09-12 02:32:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__link-header {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
2021-08-31 08:16:58 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
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;
|
|
|
|
|
2021-08-31 08:16:58 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
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;
|
|
|
|
color: $dusty-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__separator {
|
|
|
|
margin: 15px 0;
|
|
|
|
width: 80px;
|
|
|
|
border-color: $alto;
|
|
|
|
border: none;
|
|
|
|
height: 1px;
|
|
|
|
background-color: $alto;
|
|
|
|
color: $alto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__about {
|
|
|
|
color: $dusty-gray;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
}
|