13 lines
No EOL
269 B
CSS
13 lines
No EOL
269 B
CSS
.newBadge {
|
|
height: 14px;
|
|
width: 34px;
|
|
letter-spacing: 2px;
|
|
background-image: linear-gradient(40deg, #6051FF 0%, #FF693B 100%);
|
|
border-radius: 3px;
|
|
font-size: 9px;
|
|
line-height: 15px;
|
|
color: white;
|
|
text-align: center;
|
|
right: -22px;
|
|
top: 10px;
|
|
} |