Move the bold class to global style.

This commit is contained in:
Alessandro Jean 2019-09-17 20:24:13 -03:00
parent d0cd14e383
commit 589ed7b80f
2 changed files with 4 additions and 4 deletions

View File

@ -92,10 +92,6 @@ export default {
}
}
.bold {
font-weight: bold;
}
@media (max-width: 767px) {
.extension .extension-text .down {
display: none;

View File

@ -2,6 +2,10 @@
text-align: center;
}
.bold {
font-weight: bold;
}
.custom-block.tip {
border-color: #2E84BF !important;
}