clientjs/packages/dashboard-components/src/ui/TermEntry.scss
changeset 0 5f4fcbc80b37
equal deleted inserted replaced
-1:000000000000 0:5f4fcbc80b37
       
     1 .term-entry-term-link {
       
     2     color: inherit;
       
     3 }
       
     4 
       
     5 .glossary-table-counts > span {
       
     6     margin: 0 0.5em;
       
     7 }
       
     8 
       
     9 .term-entry-term-link:hover {
       
    10     color: inherit;
       
    11     text-decoration: none;
       
    12 }
       
    13 
       
    14 .term-entry-term {
       
    15     width: 25%;
       
    16 }
       
    17 
       
    18 .term-entry-def {
       
    19     width: 75%;
       
    20 }