Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Mar 29, 2021
1 parent 99af9c6 commit e4789e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/assets/scss/schema-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,16 @@ div.OM-choice { margin-left: 2em; margin-top: 0em }
margin-top: 0rem;
@extend .border-right;
@extend .border-y-2px;
border-color: white
@extend .border-transparent
}

.OM-entry span.sq { display: inline-block }

.nobr { white-space: nowrap }

.OM-entry:hover {
@extend .border-accent-cool-lighter
// @extend .bg-accent-cool-lighter;
@extend .border-accent-cool-light;
}

div.OM-map p {
Expand Down Expand Up @@ -278,15 +279,14 @@ div.constraint { margin: 0em; font-size: smaller;
// @extend .bg-secondary-lighter;
@extend .border-base-light;
@extend .border-y;
// max-height: 2.6em;
// overflow: clip;
max-height: 2.6em;
overflow: clip;
}

// div.constraint:hover { max-height: unset; transition-duration: 2s }
div.constraint:hover { max-height: unset; transition-duration: 2s }

div.constraint * { margin: 0em; }


.description {
// @extend .bg-primary-lighter;
// @extend .border-primary-darker;
Expand Down

0 comments on commit e4789e6

Please sign in to comment.