fix some styling

This commit is contained in:
Philipp Kühn
2021-02-05 10:23:32 +01:00
parent 3eb681d37a
commit 94a3e65b0a
2 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
}
&--tertiary &__icon {
opacity: 0.5;
opacity: 0.3;
}
&__icon {

View File

@@ -60,8 +60,8 @@ export default {
position: relative;
margin-left: -1px;
margin-right: -1px;
border-left: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid #0D0D0D;
border-right: 1px solid #0D0D0D;
word-break: normal;
pointer-events: none;
}
@@ -71,14 +71,14 @@ export default {
position: absolute;
top: -1.4em;
left: -1px;
font-size: 13px;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-weight: 600;
line-height: normal;
user-select: none;
color: white;
color: #0D0D0D;
padding: 0.1rem 0.3rem;
border-radius: 3px;
border-radius: 3px 3px 3px 0;
white-space: nowrap;
}
</style>