openreplay/frontend/app/components/shared/NewBadge/newBadge.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

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;
}