mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 09:13:14 +10:00
31 lines
557 B
CSS
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;
|
|
}
|
|
}
|