File tree 2 files changed +222
-163
lines changed
2 files changed +222
-163
lines changed Original file line number Diff line number Diff line change 281
281
font-weight : bolder;
282
282
}
283
283
284
- /* Graphical View / Flex grid css */
284
+ /* Graphical View */
285
285
286
+ /* ISARA */
286
287
.div-flex-pie-collapsible {
287
288
width : 95% ;
288
289
}
295
296
fill : # dfd1d9 ;
296
297
}
297
298
298
- .has-sample {
299
+ /* Flex */
300
+ .cell_cicle_g ,
301
+ .puck_cicle {
299
302
cursor : pointer;
300
303
}
301
- .empty-cell {
302
- cursor : not-allowed;
303
- background : # 000000 ;
304
- }
305
304
306
- .cell-cicle-empty : hover {
305
+ .cell_cicle : hover {
306
+ paint-order : stroke;
307
307
stroke : # ffffff ;
308
+ stroke-width : 0.09 ;
308
309
}
309
310
310
- .cell-cicle {
311
- fill : # 015f9d ;
312
- border : 2px solid # 5cb85c ;
313
- }
314
-
315
- .cell-cicle : hover {
316
- stroke : # 6cb0f5 ;
317
- stroke-width : 9.5 ;
318
- text-shadow : 0 0 30px # fdec6e ;
319
- transition : all 0.2s ease-in;
320
- }
321
-
322
- .circle-text : hover > .cell-cicle : hover {
323
- stroke : # 63adf7 ;
324
- text-shadow : 0 0 30px # fdec6e ;
325
- transition : all 0.2s ease-in;
326
- }
327
-
328
- .cell-cicle-activated {
329
- stroke : # fa9f63 ;
330
- stroke-opacity : 90% ;
311
+ .cell_cicle_text : hover {
312
+ font-weight : bold;
331
313
}
332
314
333
- .cell-cicle-center {
334
- fill : whitesmoke ;
335
- stroke : rgb ( 163 , 161 , 161 ) ;
336
- stroke-width : 0.1 % ;
315
+ .puck_cicle : hover > circle {
316
+ paint-order : stroke ;
317
+ stroke : # ffffff ;
318
+ stroke-width : 0.09 ;
337
319
}
338
320
339
- .circle-text {
340
- fill : # 273a44 ;
321
+ .puck_cicle : hover > .text_puck_cicle {
322
+ paint-order : stroke;
323
+ fill : # ffffff ;
324
+ stroke-width : 0.01 ;
341
325
}
You can’t perform that action at this time.
0 commit comments