ui: Fix niceborder color
This commit is contained in:
parent
46261af751
commit
9dcd43664a
1 changed files with 3 additions and 1 deletions
|
@ -136,6 +136,8 @@
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
:global(.niceborder) {
|
:global(.niceborder) {
|
||||||
border-bottom: 5px #4eaee6 solid !important;
|
border-bottom-style: solid;
|
||||||
|
border-bottom-width: 5px !important;
|
||||||
|
border-bottom-color: #4eaee6;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Reference in a new issue