Initial commit for atom-spring-boot

This commit is contained in:
BoykoAlex
2018-02-21 14:47:09 -05:00
parent 6745fb4925
commit 898fc3ebd6
9 changed files with 349 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
.boot-hint .region {
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;
}
}