mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-23 16:14:48 +00:00
tweaking size of privacy indicator
This commit is contained in:
parent
dffd441375
commit
1c47560c02
2 changed files with 7 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue