0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-26 16:58:11 +00:00
This commit is contained in:
Scott
2015-12-19 23:16:35 -05:00
parent 144476d363
commit 1b1860bb0a
25 changed files with 52 additions and 11 deletions

View File

@@ -0,0 +1,32 @@
.editor{
position : fixed;
height : 100%;
.textIcons{
display: inline-block;
vertical-align: top;
.icon{
cursor: pointer;
width : 30px;
height : 30px;
text-align: center;
line-height: 30px;
font-size: 1.5em;
&:nth-child(8n + 1){ background-color: @blue; }
&:nth-child(8n + 2){ background-color: @orange; }
&:nth-child(8n + 3){ background-color: @teal; }
&:nth-child(8n + 4){ background-color: @red; }
&:nth-child(8n + 5){ background-color: @purple; }
&:nth-child(8n + 6){ background-color: @silver; }
&:nth-child(8n + 7){ background-color: @yellow; }
&:nth-child(8n + 8){ background-color: @green; }
}
}
textarea{
display: inline-block;
height : 100%;
overflow-y: scroll;
width : 300px;
}
}