Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6c518068

Přidáno uživatelem Jiří Noháč před asi 4 roky(ů)

Issue #7957 @4h

Issue #7957 @4h

Predelani kategorii podle nove udelaneho navrhu. Momentalne funkcni pro kazdou kategorii jeji vybrani, kde se nasledne zobrazi vybrana kategorie a vespod obrazovky enter button pro jeji navstiveni(nyni jen pouze jako priprave, zatim nikam neroutuje). Dale je jiz pridan slide sidebar na vrchu obrazovky.

Zobrazit rozdíly:

resources/sass/_custom.scss
360 360
        }
361 361
    }
362 362

  
363
    .monButton {
364

  
365
        &:before {
366
            background-image : url(../images/Button_Arrow_Small.png);
367
            //height: 0.9685rem;
368
            //width: 0.59055rem;
369
        }
370

  
371
        &:hover {
372
            background-color: transparent;
373
            border-color: $theme-color-four;
374
        }
375

  
376
        &:focus {
377
            background-color: transparent;
378
            border-color: $theme-color-four;
379
            outline: none !important;
380
            box-shadow: none !important;
381
        }
382

  
383
        &:active {
384
            background-color: transparent !important;
385
            border-color: transparent !important;
386
            outline: none !important;
387
            box-shadow: none !important;
388
        }
389
    }
390

  
391 363
    .content {
392 364
        position: relative;
393 365

  
......
418 390
                color:$theme-color-five;
419 391
            }
420 392
        }
393
    }
421 394

  
422
        .btn-sm
423
        {
424
            width: 120px;
425
            height: 120px;
426
        }
427
        .btn-dm
428
        {
429
            width: 240px;
430
            height: 240px;
431
        }
432
        .btn-xl
395
    //CATEGORIES - TILES
396
    .btn.btn-dark.cat-tile
397
    {
398
        //STYLING
399
        border-color: $theme-color-four;
400
        border-radius: 0;
401
        border-style: solid;
402
        border-width: 2px;
403
        color: $theme-color-four;
404
        background-color: $theme-color-five;
405
        text-align: center;
406
        outline: none !important;
407
        box-shadow: none !important;
408

  
409
        //FONT
410
        font-size: 8mm;
411
        word-wrap: break-word;
412

  
413
        //SPACING
414
        margin: 10pt 32pt;
415
        height: 40mm;
416
        width: 86%;
417

  
418
        &:active, &:focus
433 419
        {
434
            width: 360px;
435
            height: 360px;
420
            background-color: $theme-color-three;
421
            border-color: $theme-color-four;
422
            outline: none !important;
423
            box-shadow: none !important;
424
            color: $theme-color-five;
436 425
        }
426
    }
437 427

  
428
    //CATEGORIES - enter button
429
    .btn.button-square.cat-enter-butt
430
    {
431
        position: fixed;
432
        bottom: 8%;
433
        right: 40%;
434
        display: none;
438 435
    }
436

  
439 437
}
440 438

  
441 439
.arrow{
......
515 513
{
516 514
    .head-title.text-center h1
517 515
    {
518
        font-size: 45pt;
516
        font-size: 23pt;
517
        padding-top: 50pt;
518
        margin-left: 36pt;
519
        white-space: nowrap;
520

  
519 521
    }
520 522

  
521 523
    .btn-circle.rounded-circle.btn-sm

Také k dispozici: Unified diff