Skip to content

Commit

Permalink
Update defold.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Dec 22, 2024
1 parent 3dae6c9 commit d311b9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _scss/defold.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1360,4 +1360,23 @@ ul.checkmark li:before {

.label-danger {
background-color: #d9534f;
}



/*******************************************************************************
* Description list with. Terms and descriptions on the same line
******************************************************************************/

dl {
display: grid;
grid-template-columns: max-content auto;
}

dt {
grid-column-start: 1;
}

dd {
grid-column-start: 2;
}

0 comments on commit d311b9f

Please sign in to comment.