35 lines
676 B
SCSS
35 lines
676 B
SCSS
div.vn-dialog {
|
|
tpl-body.client-sample-dialog {
|
|
width: 800px;
|
|
|
|
.container, .container h1 {
|
|
font-family: "Roboto","Helvetica","Arial",sans-serif;
|
|
font-size: 1rem !important;
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
margin: auto
|
|
}
|
|
|
|
p {
|
|
margin: 16px 0
|
|
}
|
|
|
|
footer p {
|
|
font-size: .625rem !important;
|
|
line-height: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.title h1 {
|
|
font-size: 2rem !important;
|
|
margin: 0
|
|
}
|
|
|
|
.loading {
|
|
text-align: center
|
|
}
|
|
}
|
|
}
|