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

35 lines
673 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;
2020-04-02 12:20:57 +00:00
font-size: 16px !important;
2019-02-06 09:53:12 +00:00
h1 {
font-weight: bold;
margin: auto
}
2019-02-06 09:53:12 +00:00
p {
2020-04-02 12:20:57 +00:00
margin: 16px 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 {
2020-04-02 12:20:57 +00:00
font-size: 32px !important;
margin: 0
}
.loading {
text-align: center
}
2018-07-31 09:08:22 +00:00
}
}