salix/modules/ticket/front/summary/style.scss

20 lines
388 B
SCSS
Raw Normal View History

2019-02-22 13:34:11 +00:00
@import "./variables";
2018-10-10 10:55:04 +00:00
2019-02-22 13:34:11 +00:00
vn-ticket-summary .summary {
max-width: $width-large;
2018-10-10 10:55:04 +00:00
2019-02-22 13:34:11 +00:00
& > div > vn-horizontal > vn-one {
min-width: 10em;
&.taxes {
border: $border-thin-light;
text-align: right;
padding: .5em;
& > p {
font-size: 1.2em;
margin: .2em;
}
2018-10-10 10:55:04 +00:00
}
}
}