forked from morrning/hesabixCore
7 lines
99 B
CSS
7 lines
99 B
CSS
|
|
label.required:before {
|
||
|
|
content: "* ";
|
||
|
|
color:Red;
|
||
|
|
}
|
||
|
|
.btn-link{
|
||
|
|
text-decoration: none;
|
||
|
|
}
|