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.
|
- label.error,
- p.error {
- color: #f00;
- font-weight: 700;
- }
-
- .widget {
- p.error {
- position: absolute;
- left: 10px;
- bottom: calc(2rem + 10px);
- z-index: 10;
- margin: 0;
- background: $white;
- }
- }
|