Merge branch 'master' of https://github.com/misode/loot-table into feature/dark-mode

This commit is contained in:
Misode
2019-12-20 21:48:00 +01:00
7 changed files with 60 additions and 3 deletions

View File

@@ -1,4 +1,18 @@
.help-tooltip {
width: 30px;
height: 30px;
padding: 6px 0px;
border-radius: 20px;
text-align: center;
font-size: 1rem;
line-height: 1;
margin: auto;
background-color: #E9ECEF;
border-width: 1px;
border-color: #CED4DA;
}
.card.bg-info {
background-color: #91cdd6 !important;
color: black !important;