1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

annoying red dot

This commit is contained in:
Matthias Kretschmann 2018-03-19 13:31:51 +01:00
parent e77cfb3f31
commit c46ccbe647
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -145,6 +145,14 @@ $menu-height-md: 66px;
}
}
&:visited {
.release:after {
// make it appear hidden by changing background-color
// cause modifiying display is not allowed for :visited
background-color: rgb(15, 40, 56);
}
}
.icon {
transform: translateY(1px);
}
@ -174,6 +182,17 @@ $menu-height-md: 66px;
.release {
min-width: 44px;
&:after {
content: '';
display: inline-block;
width: .45rem;
height: .45rem;
border-radius: 50%;
background-color: saturate(adjust-hue($brand-main-green, -170%), 15%);
vertical-align: top;
margin-left: $spacer / 8;
}
}
.icon {