We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6296a33 + 9afbd21 commit f19aa95Copy full SHA for f19aa95
1 file changed
asciidoctor-stylesheet/sass/devonfw.scss
@@ -298,8 +298,10 @@ tr:nth-child(even) {
298
display: none;
299
}
300
301
+
302
.internal-active {
303
display: flex;
304
+ margin-bottom: 16px;
305
.info{
306
margin-right: 10px;
307
border-right: solid #4cbdec 5px;
@@ -308,7 +310,11 @@ tr:nth-child(even) {
308
310
flex-direction: column;
309
311
.infoText{
312
text-align: center;
313
+ display: none;
314
315
+ .infoImage {
316
+ width: 50px;
317
+ }
318
319
.right{
320
.message{
0 commit comments