flex-template-web/src/components/NotificationBadge/NotificationBadge.css
Janne Koivistoinen 34f6e9e101 messaging reviews
2017-11-27 12:21:15 +02:00

31 lines
557 B
CSS

@import '../../marketplace.css';
.root {
/* Font */
@apply --marketplaceH6FontStyles;
color: var(--matterColorLight);
text-align: center;
background-color: var(--failColor);
/* Layout of a red dot */
display: inline-block;
width: auto;
min-width: 20px;
height: 20px;
border-radius: 10px;
padding-right: 6px;
padding-left: 7px;
margin-left: 4px;
/* Font margins off */
margin-top: 0;
margin-bottom: 0;
@media (--viewportMedium) {
margin-top: 0;
margin-bottom: 0;
top: -10px;
position: relative;
}
}