cryptpad/customize.dist/src/less2/include/tippy.less

19 lines
429 B
Plaintext
Raw Normal View History

@import (reference) './colortheme-all.less';
2018-04-12 17:08:08 +00:00
.tippy_main() {
2018-07-14 13:15:23 +00:00
--LessLoader_require: LessLoader_currentFile();
}
& {
2018-04-12 17:08:08 +00:00
.tippy-tooltip.cryptpad-theme {
/* Your styling here. Example: */
background-color: white;
box-shadow: 2px 2px 10px #000;
font-weight: bold;
color: #333;
2018-05-03 16:25:44 +00:00
overflow-wrap: break-word;
2018-04-12 17:08:08 +00:00
[x-circle] {
background-color: unset;
}
}
}