tweaking size of privacy indicator

This commit is contained in:
Dave Cranwell 2014-06-12 16:37:44 +01:00 committed by Matt Westcott
parent dffd441375
commit 1c47560c02
2 changed files with 7 additions and 10 deletions

View file

@ -137,6 +137,12 @@ a.status-tag.primary:hover{
}
.privacy-indicator {
.label-private, .label-public{
&:before{
font-size:1.5em;
color:$color-teal;
}
}
&.public {
.label-private {
display: none;

View file

@ -368,6 +368,7 @@ table.listing{
}
.privacy-indicator{
font-size:1em;
opacity:1;
position:absolute;
right:5%;
@ -383,21 +384,11 @@ table.listing{
a:hover{
color:white;
}
.privacy-indicator{
position:relative;
right:auto;
top:auto;
opacity:0.7;
}
}
}
}
.privacy-indicator{
font-size:0.9em;
opacity:0.7;