Minor CSS fixes

This commit is contained in:
Thibaut Girka
2019-05-04 18:18:15 +02:00
parent ccf4f3240a
commit 373dd1fdf1
2 changed files with 3 additions and 3 deletions

View File

@@ -9,13 +9,12 @@
}
.sensitive-marker {
margin: 0 3px;
border-radius: 2px;
padding: 2px 6px;
color: rgba($primary-text-color, 0.8);
background: rgba($base-overlay-background, 0.5);
font-size: 12px;
line-height: 15px;
line-height: 18px;
text-transform: uppercase;
opacity: .9;
transition: opacity .1s ease;