added badge

This commit is contained in:
Tomas Dvorak
2024-11-18 14:25:08 +01:00
parent 3566b778c9
commit f77e0b2e25
3 changed files with 115 additions and 49 deletions
+34
View File
@@ -31200,4 +31200,38 @@
.lte-num{
color: #d3d3d3 !important;
}
.Badge{
background-color: #e92b1e;
color: #fff;
line-height: 1;
padding: .25rem .375rem;
position: relative;
text-decoration: none;
text-decoration-color: transparent;
text-transform: uppercase;
-webkit-transition: color .25s linear, outline-offset .25s linear, text-decoration-color .25s linear;
transition: color .25s linear, outline-offset .25s linear, text-decoration-color .25s linear;
white-space: nowrap;
z-index: 5;
}
.Badge, .Date {
display: inline-block;
font-family: Maison Neue Extended, Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: .75rem;
font-weight: 600;
}
.Badge:after {
border-color: #b51d12 transparent transparent;
border-style: solid;
border-width: .75rem .75rem 0 0;
bottom: 0;
content: "";
height: 0;
position: absolute;
right: -.75rem;
width: 0;
}