comparison Applications/StoneWebViewer/Resources/Styles/_serieslist.scss @ 1860:b8f54ab47b3b

SeriesList: display the SeriesNumber tag in front of image count.
author Alain Mazy <am@osimis.io>
date Tue, 21 Sep 2021 12:29:48 +0200
parents d1806b4e4839
children
comparison
equal deleted inserted replaced
1859:58681a5c727b 1860:b8f54ab47b3b
78 right:5px; 78 right:5px;
79 font-size:10px; 79 font-size:10px;
80 line-height:15px; 80 line-height:15px;
81 width:15px; 81 width:15px;
82 height:15px; 82 height:15px;
83 border-radius: 100%; 83 border-radius: 5px;
84 background-color: $gray; 84 background-color: $gray;
85 vertical-align: middle; 85 vertical-align: middle;
86 text-align: center; 86 text-align: center;
87 font-weight: bold; 87 font-weight: bold;
88 width: max-content;
89 padding: 1px 5px;
90 line-height: 12px;
88 } 91 }
89 .wvSerieslist__information{ 92 .wvSerieslist__information{
90 font-size: 14px; 93 font-size: 14px;
91 float: right; 94 float: right;
92 padding-left: 1rem; 95 padding-left: 1rem;