16 lines
220 B
SCSS
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;
|
|
} |