Term: new icon, new style. + margin between settings buttons (#316)

Resolves #309
This commit is contained in:
Peter Savchenko 2018-07-19 17:56:52 +03:00 committed by GitHub
parent 835e698e23
commit f45521df65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1,3 @@
<svg width="19" height="14" viewBox="0 0 19 14" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#388AE5" d="M2.921 7.014l4.835 4.834a1.113 1.113 0 1 1-1.574 1.574L.543 7.784a1.113 1.113 0 0 1 .04-1.613L6.125.627a1.125 1.125 0 0 1 1.591 1.591L2.921 7.014zm15.301-.823l.02.019c.435.435.435 1.14 0 1.574l-5.639 5.638a1.113 1.113 0 1 1-1.574-1.574l4.835-4.834-4.796-4.796A1.125 1.125 0 1 1 12.66.628l5.544 5.543.02.02z"/></svg>
<svg width="19" height="12" viewBox="0 0 19 12" xmlns="http://www.w3.org/2000/svg">
<path fill="#388AE5" d="M17.839 5.525a1.105 1.105 0 0 1-.015 1.547l-4.943 4.943a1.105 1.105 0 1 1-1.562-1.562l4.137-4.137-4.078-4.078A1.125 1.125 0 1 1 12.97.648l4.796 4.796c.026.026.05.053.074.08zm-14.952.791l4.137 4.137a1.105 1.105 0 1 1-1.562 1.562L.519 7.072a1.105 1.105 0 0 1-.015-1.547c.023-.028.048-.055.074-.081L5.374.647a1.125 1.125 0 0 1 1.591 1.591L2.887 6.316z" id="a"/>
</svg>

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 476 B

View file

@ -13,10 +13,11 @@
.marked {
background-color: #f4f4f4;
border: 1px solid #eaeaea;
color: #3c3434;
padding: 1px 3px;
background: rgba(251,241,241,0.78);
color: #C44545;
padding: 4px 6px;
border-radius: 2px;
margin: 0 2px;
font-family: Menlo, Monaco, Consolas, Courier New, monospace;
font-size: 0.9em;
}

View file

@ -1,3 +1,3 @@
<svg width="19" height="14" viewBox="0 0 19 14" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path fill="#7B7E89" d="M2.921 7.014l4.835 4.834a1.113 1.113 0 1 1-1.574 1.574L.543 7.784a1.113 1.113 0 0 1 .04-1.613L6.125.627a1.125 1.125 0 0 1 1.591 1.591L2.921 7.014zm15.301-.823l.02.019c.435.435.435 1.14 0 1.574l-5.639 5.638a1.113 1.113 0 1 1-1.574-1.574l4.835-4.834-4.796-4.796A1.125 1.125 0 1 1 12.66.628l5.544 5.543.02.02z"/>
<svg width="19" height="12" viewBox="0 0 19 12" xmlns="http://www.w3.org/2000/svg">
<path fill="#7B7E89" d="M17.839 5.525a1.105 1.105 0 0 1-.015 1.547l-4.943 4.943a1.105 1.105 0 1 1-1.562-1.562l4.137-4.137-4.078-4.078A1.125 1.125 0 1 1 12.97.648l4.796 4.796c.026.026.05.053.074.08zm-14.952.791l4.137 4.137a1.105 1.105 0 1 1-1.562 1.562L.519 7.072a1.105 1.105 0 0 1-.015-1.547c.023-.028.048-.055.074-.081L5.374.647a1.125 1.125 0 0 1 1.591 1.591L2.887 6.316z" id="a"/>
</svg>

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 478 B

View file

@ -17,7 +17,7 @@
&__plugin-zone {
&:not(:empty){
padding: 6px;
padding: 6px 6px 0;
}
}