Static Site
This commit is contained in:
32
Static/package/dist/collection/components/number-indicator/number-indicator.css
vendored
Normal file
32
Static/package/dist/collection/components/number-indicator/number-indicator.css
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
:root {
|
||||
--ifx-font-family: "Source Sans 3";
|
||||
font-family: var(--ifx-font-family, sans-serif);
|
||||
}
|
||||
|
||||
:host {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.numberIndicator__container {
|
||||
display: inline-flex;
|
||||
padding: 0px 4px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 100px;
|
||||
background-color: #0A8276;
|
||||
font-family: var(--ifx-font-family);
|
||||
}
|
||||
.numberIndicator__container span {
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
font-size: 0.875rem;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
line-height: 15px;
|
||||
}
|
||||
.numberIndicator__container.inverted {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.numberIndicator__container.inverted span {
|
||||
color: #0A8276;
|
||||
}
|
Reference in New Issue
Block a user