13 lines
218 B
SCSS
13 lines
218 B
SCSS
|
.claim-pending {
|
||
|
display: inline-block;
|
||
|
position: absolute;
|
||
|
top: 10px;
|
||
|
left: 10px;
|
||
|
padding: 5px;
|
||
|
border-radius: 5px;
|
||
|
border: 2px solid red;
|
||
|
color: red;
|
||
|
font-weight: bold;
|
||
|
background-color: white;
|
||
|
}
|