31 lines
492 B
SCSS
31 lines
492 B
SCSS
@import "variables";
|
|
|
|
.vn-popover .discount-popover {
|
|
width: 256px;
|
|
|
|
.header {
|
|
background-color: $color-main;
|
|
color: $color-font-dark;
|
|
|
|
h5 {
|
|
color: inherit;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
.simulatorTitle {
|
|
margin-bottom: 0;
|
|
font-size: .75rem;
|
|
color: $color-main;
|
|
}
|
|
vn-label-value {
|
|
padding-bottom: 20px;
|
|
}
|
|
.simulator{
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.next{
|
|
float: right;
|
|
}
|