Files
spring-tools/atom-extensions/atom-spring-boot/styles/hints.atom-text-editor.less
2018-08-01 17:08:08 -04:00

21 lines
443 B
Plaintext

.boot-hint .region {
background-color: rgba(109,179,63,0.25);
border-color: rgba(109,179,63,0.25);
border-radius: 4px;
border-spacing: 4px;
//border-color: #32BA56;
//border-style: dotted;
//border-width: 1px;
}
atom-text-editor.editor {
.gutter-boot-hint:before {
content: url("atom://spring-boot/styles/boot-icon.png");
display: block;
width: 10px;
height: 1em;
margin: 0 2px 0 0;
float: left;
}
}