You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 123456789101112 |
- .textUpdaterNode {
- // height: 50px;
- border: 1px solid black;
- padding: 5px;
- border-radius: 5px;
- background: white;
- label {
- display: block;
- color: #777;
- font-size: 12px;
- }
- }
|