18 lines
245 B
CSS
18 lines
245 B
CSS
.page {
|
|
padding-bottom: 32px !important;
|
|
}
|
|
|
|
.subscription-action {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: transparent;
|
|
padding: 15px;
|
|
}
|
|
|
|
.cross {
|
|
left: 28px;
|
|
} |