Files
spring-tools/atom-extensions/atom-boot-java/styles/hints.atom-text-editor.less
2017-12-12 12:34:12 -05:00

17 lines
308 B
Plaintext

.boot-hint .region {
border-color: #32BA56;
border-style: dotted;
border-width: 1px;
}
atom-text-editor.editor {
.gutter-boot-hint:before {
content: url("atom://boot-java/styles/boot-icon.png");
display: block;
width: 10px;
height: 1em;
margin: 0 2px 0 0;
float: left;
}
}