CSS code generation first draft

This commit is contained in:
alonso.torres 2020-10-29 17:04:16 +01:00 committed by Hirunatan
parent 5d6b07f2a7
commit 28f90da70e
10 changed files with 237 additions and 108 deletions

View file

@ -978,6 +978,12 @@
"en" : "Left"
}
},
"handoff.attributes.layout.radius" : {
"used-in" : [ "src/app/main/ui/viewer/handoff/attributes/layout.cljs:60" ],
"translations" : {
"en" : "Radius"
}
},
"handoff.attributes.layout.rotation" : {
"used-in" : [ "src/app/main/ui/viewer/handoff/attributes/layout.cljs:60" ],
"translations" : {

View file

@ -264,8 +264,10 @@
}
}
.code-block {
margin-top: 0.5rem;
border-top: 1px solid $color-gray-60;
.code-row-lang {
position: relative;
display: flex;
@ -307,6 +309,7 @@
overflow: hidden;
white-space: pre-wrap;
background: $color-gray-60;
user-select: text;
.hljs-attr {
color: #a6e22e;
@ -319,5 +322,8 @@
}
}
}
}
.element-options :first-child {
border-top: none;
}