salix/modules/client/front/sample/create/style.scss

35 lines
670 B
SCSS
Raw Normal View History

div.vn-dialog {
2019-11-11 11:26:22 +00:00
tpl-body.client-sample-dialog {
2019-11-11 10:04:49 +00:00
width: 800px;
2019-02-06 09:53:12 +00:00
.container, .container h1 {
font-family: "Roboto","Helvetica","Arial",sans-serif;
font-size: 1em !important;
2019-02-06 09:53:12 +00:00
h1 {
font-weight: bold;
margin: auto
}
2019-02-06 09:53:12 +00:00
p {
margin: 1em 0
2019-02-06 09:53:12 +00:00
}
footer p {
font-size: 10px !important;
line-height: 10px;
2019-02-06 09:53:12 +00:00
}
2018-07-31 09:08:22 +00:00
}
.title h1 {
font-size: 2em !important;
margin: 0
}
.loading {
text-align: center
}
2018-07-31 09:08:22 +00:00
}
}