2019-06-12 06:19:02 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2019-12-13 07:01:13 +00:00
|
|
|
.vn-popover .discount-popover {
|
2020-04-02 12:52:02 +00:00
|
|
|
width: 256px;
|
2019-06-12 06:19:02 +00:00
|
|
|
|
2019-12-13 07:01:13 +00:00
|
|
|
.header {
|
|
|
|
background-color: $color-main;
|
|
|
|
color: $color-font-dark;
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
color: inherit;
|
|
|
|
margin: 0 auto;
|
2019-06-12 06:19:02 +00:00
|
|
|
}
|
|
|
|
}
|
2019-12-13 07:01:13 +00:00
|
|
|
.simulatorTitle {
|
2020-04-02 09:39:39 +00:00
|
|
|
margin-bottom: 0;
|
2020-04-02 13:11:42 +00:00
|
|
|
font-size: .75rem;
|
2019-12-13 07:01:13 +00:00
|
|
|
color: $color-main;
|
|
|
|
}
|
|
|
|
vn-label-value {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
.simulator{
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-08-30 07:19:09 +00:00
|
|
|
}
|
|
|
|
|
2022-03-15 11:51:33 +00:00
|
|
|
.next{
|
|
|
|
float: right;
|
|
|
|
}
|