Ignore:
Timestamp:
2021-08-11T14:11:58+12:00 (3 years ago)
Author:
davidb
Message:

Start transition to Vue for layout composition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/style/asr.scss

    r35276 r35282  
    172172}
    173173
    174 .asr-hidden {
    175     display: none;
    176 }
    177 
    178174#btnBeginTranscription {
    179175    float: right;
     
    230226        margin-bottom: 0;
    231227    }   
    232 }
    233 
    234 .metadata-list {
    235     font-size: 16px;
    236     padding: 0;
    237     list-style-type: none;
    238     overflow-x: auto;
    239     overflow-y: hidden;
    240     display: flex;
    241 }
    242 
    243 .metadata-list-container {
    244     position: relative;
    245 }
    246 
    247 .metadata-list-item {
    248     z-index: 1;
    249     width: 1.5em;
    250     text-align: center;
    251     vertical-align: middle;
    252 
    253     p {
    254         margin: 0;
    255     }
    256 
    257     button {
    258         padding: 0;
    259         margin: 0;
    260     }
    261 }
    262 
    263 .metadata-list-item .spaced-block {
    264     width: 100%;
    265     border-right: 1px solid black;
    266 
    267     &:last-child {
    268         margin-top: -10%;
    269         margin-bottom: 20%;
    270         border-right: none;
    271     }
    272228}
    273229
Note: See TracChangeset for help on using the changeset viewer.