Skip to content

Commit f19aa95

Browse files
authored
Merge pull request #1 from suprishi/cg-internal-design
Updating cg-internal design
2 parents 6296a33 + 9afbd21 commit f19aa95

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

asciidoctor-stylesheet/sass/devonfw.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,10 @@ tr:nth-child(even) {
298298
display: none;
299299
}
300300

301+
301302
.internal-active {
302303
display: flex;
304+
margin-bottom: 16px;
303305
.info{
304306
margin-right: 10px;
305307
border-right: solid #4cbdec 5px;
@@ -308,7 +310,11 @@ tr:nth-child(even) {
308310
flex-direction: column;
309311
.infoText{
310312
text-align: center;
313+
display: none;
311314
}
315+
.infoImage {
316+
width: 50px;
317+
}
312318
}
313319
.right{
314320
.message{

0 commit comments

Comments
 (0)