add red calendar marker

This commit is contained in:
arlemp@selectel.ru
2021-12-26 11:19:30 +03:00
parent e467080e6e
commit df9ae90a5f
3 changed files with 16 additions and 2 deletions

View File

@@ -1147,6 +1147,20 @@ a{
margin-top: 38px;
}
.calendar-event{
position: relative;
}
.calend_marker{
position:absolute;
display: block;
background: #F18129;
border-radius: 50%;
height: .3em;
width: .3em;
top: 4%;
left: 90%;
}
.mobile_archive_img{
margin-top: -32px;