apollosc/src/app/views/payment-details/fees-details/fees-details.component.scss
2018-08-01 19:25:26 +05:30

16 lines
220 B
SCSS

// form input symbol
.symbol.required:before {
content: "*";
display: inline;
color: #f86c6b;
}
.endBtn {
padding-right: 0px;
}
saveBtnDiv {
margin-top: 28px;
}
a:hover {
cursor:pointer;
}