You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
845 B
48 lines
845 B
@import 'choose-account/index';
|
|
@import 'flask/snap-install/index';
|
|
@import 'flask/snap-update/index';
|
|
@import 'redirect/index';
|
|
|
|
.permissions-connect {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
background: var(--color-background-default);
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
@include screen-sm-min {
|
|
.page-container {
|
|
max-height: none;
|
|
min-height: auto;
|
|
}
|
|
}
|
|
|
|
&__top-bar {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
padding: 16px 16px 0 16px;
|
|
align-items: center;
|
|
}
|
|
|
|
&__back {
|
|
@include H7;
|
|
|
|
color: var(--color-icon-default);
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
|
|
i {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
&__page-count {
|
|
@include H7;
|
|
|
|
color: var(--color-text-default);
|
|
grid-column: 2;
|
|
justify-self: flex-end;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|