29
29
30
30
@import ' ./roboto.scss' ;
31
31
@import ' ./material-icons.scss' ;
32
-
32
+
33
33
html > body {
34
34
font-family : ' Roboto' , ' Helvetica' , ' Arial' , sans-serif !important ;
35
35
font-size : 16px ;
36
36
}
37
37
38
- html , body {
38
+ html ,
39
+ body {
39
40
margin : 0 ;
40
41
height : 100% ;
41
42
}
@@ -70,7 +71,7 @@ pagination .container {
70
71
}
71
72
72
73
/* 1515px * 0.95 = 1440px */
73
- @media screen and (min-width : 1515px ){
74
+ @media screen and (min-width : 1515px ) {
74
75
material-card ,
75
76
material-tabs ,
76
77
pagination .container {
@@ -80,11 +81,11 @@ pagination .container {
80
81
81
82
material-tabs {
82
83
display : block ;
83
- -webkit-box-shadow : 0 2px 5px 0 rgba (0 ,0 , 0 , .16 ), 0 2px 10px 0 rgba (0 ,0 , 0 , .12 );
84
- -ms-box-shadow : 0 2px 5px 0 rgba (0 ,0 , 0 , .16 ),0 2px 10px 0 rgba (0 ,0 , 0 , .12 );
85
- -moz-box-shadow : 0 2px 5px 0 rgba (0 ,0 , 0 , .16 ),0 2px 10px 0 rgba (0 ,0 , 0 , .12 );
86
- -o-box-shadow : 0 2px 5px 0 rgba (0 ,0 , 0 , .16 ),0 2px 10px 0 rgba (0 ,0 , 0 , .12 );
87
- box-shadow : 0 2px 5px 0 rgba (0 ,0 , 0 , .16 ), 0 2px 10px 0 rgba (0 ,0 , 0 , .12 );
84
+ -webkit-box-shadow : 0 2px 5px 0 rgba (0 , 0 , 0 , 0 .16 ), 0 2px 10px 0 rgba (0 , 0 , 0 , 0 .12 );
85
+ -ms-box-shadow : 0 2px 5px 0 rgba (0 , 0 , 0 , 0 .16 ), 0 2px 10px 0 rgba (0 , 0 , 0 , 0 .12 );
86
+ -moz-box-shadow : 0 2px 5px 0 rgba (0 , 0 , 0 , 0 .16 ), 0 2px 10px 0 rgba (0 , 0 , 0 , 0 .12 );
87
+ -o-box-shadow : 0 2px 5px 0 rgba (0 , 0 , 0 , 0 .16 ), 0 2px 10px 0 rgba (0 , 0 , 0 , 0 .12 );
88
+ box-shadow : 0 2px 5px 0 rgba (0 , 0 , 0 , 0 .16 ), 0 2px 10px 0 rgba (0 , 0 , 0 , 0 .12 );
88
89
}
89
90
90
91
material-tabs material-button ,
@@ -114,7 +115,7 @@ material-spinner {
114
115
text-decoration : none ;
115
116
font-size : 20px ;
116
117
line-height : 1 ;
117
- letter-spacing : .02em ;
118
+ letter-spacing : 0 .02em ;
118
119
font-weight : 400 ;
119
120
}
120
121
@@ -153,18 +154,22 @@ h2 {
153
154
overflow : hidden ;
154
155
}
155
156
157
+ docker-registry-ui material-button > :first-child .content i .material-icons ,
158
+ docker-registry-ui material-button > :first-child .content i .material-icons.material-icons {
159
+ font-size : 24px ;
160
+ }
161
+
156
162
.list > span i .material-icons ,
157
163
.list > li i .material-icons {
158
164
margin-right : 32px ;
159
165
height : 24px ;
160
166
width : 24px ;
161
- font-size : 24px ;
162
167
box-sizing : border-box ;
163
168
color : #757575 ;
164
169
}
165
170
166
171
.list > span .right i .material-icons.animated {
167
- transition : all 350ms cubic-bezier (.4 ,0 , .2 ,1 );
172
+ transition : all 350ms cubic-bezier (0 .4 , 0 , 0 .2 , 1 );
168
173
margin-right : 10px ;
169
174
}
170
175
@@ -221,7 +226,7 @@ material-card table {
221
226
width : 100% ;
222
227
border : none ;
223
228
position : relative ;
224
- border : 1px solid rgba (0 , 0 , 0 , .12 );
229
+ border : 1px solid rgba (0 , 0 , 0 , 0 .12 );
225
230
border-collapse : collapse ;
226
231
white-space : nowrap ;
227
232
font-size : 13px ;
@@ -234,7 +239,7 @@ material-card table th {
234
239
vertical-align : bottom ;
235
240
line-height : 24px ;
236
241
height : 48px ;
237
- color : rgba (0 , 0 , 0 , .54 );
242
+ color : rgba (0 , 0 , 0 , 0 .54 );
238
243
box-sizing : border-box ;
239
244
padding : 0 18px 12px 18px ;
240
245
text-align : right ;
@@ -252,8 +257,8 @@ material-card table tbody tr:hover {
252
257
253
258
material-button > :first-child [inverted = ' true' ],
254
259
material-card table tbody tr {
255
- transition-duration : .28s ;
256
- transition-timing-function : cubic-bezier (.4 , 0 , .2 , 1 );
260
+ transition-duration : 0 .28s ;
261
+ transition-timing-function : cubic-bezier (0 .4 , 0 , 0 .2 , 1 );
257
262
transition-property : background-color ;
258
263
}
259
264
@@ -266,36 +271,39 @@ material-card table td {
266
271
font-size : 16px ;
267
272
position : relative ;
268
273
height : 48px ;
269
- border-top : 1px solid rgba (0 , 0 , 0 , .12 );
270
- border-bottom : 1px solid rgba (0 , 0 , 0 , .12 );
274
+ border-top : 1px solid rgba (0 , 0 , 0 , 0 .12 );
275
+ border-bottom : 1px solid rgba (0 , 0 , 0 , 0 .12 );
271
276
padding : 12px 18px ;
272
277
box-sizing : border-box ;
273
278
vertical-align : middle ;
274
279
text-align : right ;
275
280
}
276
281
277
282
tag-history-button button :hover ,
278
- material-card table th .material-card-th-sorted-ascending :hover , material-card table th .material-card-th-sorted-descending :hover {
283
+ material-card table th .material-card-th-sorted-ascending :hover ,
284
+ material-card table th .material-card-th-sorted-descending :hover {
279
285
cursor : pointer ;
280
286
}
281
287
282
- material-card table th .material-card-th-sorted-ascending :hover :before , material-card table th .material-card-th-sorted-descending :hover :before {
283
- color : rgba (0 , 0 , 0 , .26 );
288
+ material-card table th .material-card-th-sorted-ascending :hover :before ,
289
+ material-card table th .material-card-th-sorted-descending :hover :before {
290
+ color : rgba (0 , 0 , 0 , 0.26 );
284
291
}
285
292
286
- material-card table th .material-card-th-sorted-ascending :before , material-card table th .material-card-th-sorted-descending :before {
293
+ material-card table th .material-card-th-sorted-ascending :before ,
294
+ material-card table th .material-card-th-sorted-descending :before {
287
295
font-family : ' Material Icons' ;
288
296
font-weight : 400 ;
289
297
font-style : normal ;
290
298
line-height : 1 ;
291
299
font-size : 16px ;
292
- content : " \e5d8 " ;
300
+ content : ' \e5d8 ' ;
293
301
margin-right : 5px ;
294
302
vertical-align : sub ;
295
303
}
296
304
297
305
material-card table th .material-card-th-sorted-descending :before {
298
- content : " \e5db " ;
306
+ content : ' \e5db ' ;
299
307
}
300
308
301
309
material-button .content i .material-icons ,
@@ -313,7 +321,7 @@ material-snackbar .toast {
313
321
}
314
322
315
323
material-popup material-button :hover material-waves {
316
- background-color : hsla (0 , 0% , 75% , .2 );
324
+ background-color : hsla (0 , 0% , 75% , 0 .2 );
317
325
}
318
326
319
327
material-popup .popup > .content {
@@ -343,7 +351,8 @@ material-footer {
343
351
/* 5 + 2 + 3 + 24 + 3 + 2 + 18 */
344
352
padding-right : 57px ;
345
353
}
346
- image-tag , .copy-to-clipboard {
354
+ image-tag ,
355
+ .copy-to-clipboard {
347
356
display : inline-block ;
348
357
}
349
358
image-content-digest {
@@ -396,7 +405,7 @@ catalog-element material-card {
396
405
}
397
406
398
407
catalog-element catalog-element material-card {
399
- transition : all 350ms cubic-bezier (.4 ,0 , .2 ,1 );
408
+ transition : all 350ms cubic-bezier (0 .4 , 0 , 0 .2 , 1 );
400
409
z-index : 1 ;
401
410
position : relative ;
402
411
}
@@ -411,7 +420,7 @@ catalog-element catalog-element > .content {
411
420
margin-left : 3em ;
412
421
}
413
422
414
- @media screen and (min-width : 1515px ){
423
+ @media screen and (min-width : 1515px ) {
415
424
catalog-element catalog-element > .content material-card {
416
425
max-width : calc (1440px - 3em );
417
426
}
0 commit comments