Use stylelint

This commit is contained in:
mrliptontea
2019-05-09 22:05:30 +01:00
parent 2ababdc027
commit a2e8955488
38 changed files with 3449 additions and 294 deletions

View File

@@ -22,16 +22,13 @@
word-wrap: break-word;
}
.ui-tooltip-tip {
border-color: $tooltip-border;
background-color: $tooltip-bg;
}
.ui-tooltip-tip {
position: absolute;
z-index: 10;
margin: 0 auto;
overflow: hidden;
border: 0 none;
border-color: $tooltip-border;
background: transparent;
background-color: $tooltip-bg;
}