- added bando preview page;
- added bando form preview;
This commit is contained in:
@@ -12,8 +12,7 @@ body {
|
||||
margin: 0;
|
||||
font-family: 'Montserrat';
|
||||
|
||||
p, span, input, label:not(.p-error), textarea, a, li, h1, h2, h3, h4, h5, h6, div, th, td, button {
|
||||
font-family: 'Montserrat';
|
||||
p, span:not(.p-button-label, .p-button-icon, .p-badge), input, label:not(.p-error), textarea, a, li, h1, h2, h3, h4, h5, h6, div, th, td {
|
||||
color: var(--global-textColor);
|
||||
}
|
||||
}
|
||||
@@ -84,6 +83,21 @@ body {
|
||||
> main {
|
||||
flex: 1 1 auto;
|
||||
box-sizing: border-box;
|
||||
padding: 0 24px 50px;
|
||||
padding: 0 24px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
> footer {
|
||||
margin-top: auto;
|
||||
padding: 100px 0 0;
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user