18 lines
331 B
SCSS
18 lines
331 B
SCSS
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
.activityModalContent {
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 0;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
padding: 0.5rem;
|
|
text-align: center;
|
|
|
|
p {
|
|
font-size: var(--font-size-large);
|
|
margin: 0.5em 0;
|
|
}
|
|
} |