2019-03-22 00:03:30 +01:00
|
|
|
@import 'confirm-page-container-content/index';
|
|
|
|
@import 'confirm-page-container-header/index';
|
|
|
|
@import 'confirm-detail-row/index';
|
|
|
|
@import 'confirm-page-container-navigation/index';
|
2022-09-20 19:00:07 +02:00
|
|
|
///: BEGIN:ONLY_INCLUDE_IN(flask)
|
|
|
|
@import 'flask/index';
|
|
|
|
///: END:ONLY_INCLUDE_IN
|
2019-11-05 16:13:48 +01:00
|
|
|
|
2022-08-10 16:54:44 +02:00
|
|
|
.confirm-page-container {
|
|
|
|
&__dialog {
|
|
|
|
margin: 12px 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-05 16:13:48 +01:00
|
|
|
.page-container {
|
|
|
|
&__content-component-wrapper {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2022-02-23 16:03:01 +01:00
|
|
|
|
|
|
|
&__link {
|
|
|
|
background: transparent;
|
|
|
|
border: 0 transparent;
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
font-size: $font-size-h7;
|
|
|
|
}
|
2019-11-05 16:13:48 +01:00
|
|
|
}
|