Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 977060b9

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

Revert "Issue @7957 #4h"

This reverts commit 31d7501407215a8231bb8604220a81dd33979ff8.

Zobrazit rozdíly:

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

  
363
    .content {
364
    position: relative;
365

  
366
    //Circle style button
367
    //Toto možná nebude zcela optimální pro ostatní circle buttony. Nehodící se propagujte do btn-categories.
368
    .btn-circle.rounded-circle {
369
        padding: 6px 0px;
370
        font-size: 16px;
371
        text-align: center;
372
    }
363
    .monButton {
373 364

  
374
    .btn-categories {
375
        position: absolute;
376
        border-width: 5px;
377
        background-color: $theme-color-five;
378
        border-color: $theme-color-four;
379
        color: $theme-color-four;
380
        outline: none !important;
381
        box-shadow: none !important;
382
        font-weight: $font-weight-two;
365
        &:before {
366
            background-image : url(../images/Button_Arrow_Small.png);
367
            //height: 0.9685rem;
368
            //width: 0.59055rem;
369
        }
383 370

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

  
376
        &:focus {
377
            background-color: transparent;
386 378
            border-color: $theme-color-four;
387 379
            outline: none !important;
388 380
            box-shadow: none !important;
389
            color: $theme-color-five;
390 381
        }
391
    }
392
}
393

  
394
    //CATEGORIES - TILES
395
    .btn.btn-dark.cat-tile
396
    {
397
        //STYLING
398
        border-color: $theme-color-four;
399
        border-radius: 0;
400
        border-style: solid;
401
        border-width: 2px;
402
        color: $theme-color-four;
403
        background-color: $theme-color-five;
404
        text-align: center;
405
        outline: none !important;
406
        box-shadow: none !important;
407 382

  
408
        //FONT
409
        font-size: 8mm;
410
        word-wrap: break-word;
383
        &:active {
384
            background-color: transparent !important;
385
            border-color: transparent !important;
386
            outline: none !important;
387
            box-shadow: none !important;
388
        }
389
    }
411 390

  
412
        //SPACING
413
        margin: 10pt 32pt;
414
        height: 40mm;
415
        width: 86%;
391
    .content {
392
        position: relative;
416 393

  
417
        &:active, &:focus
394
        //Circle style button
395
            //Toto možná nebude zcela optimální pro ostatní circle buttony. Nehodící se propagujte do btn-categories.
396
        .btn-circle.rounded-circle {
397
            padding: 6px 0px;
398
            font-size: 16px;
399
            text-align: center;
400
        }
401
        .btn-categories
418 402
        {
419
            background-color: $theme-color-three;
403
            position: absolute;
404
            border-width: 5px;
405
            background-color: $theme-color-five;
420 406
            border-color: $theme-color-four;
407
            color:$theme-color-four;
421 408
            outline: none !important;
422 409
            box-shadow: none !important;
423
            color: $theme-color-five;
410
            font-weight: $font-weight-two;
411

  
412
            &:active
413
            {
414
                background-color: $theme-color-three;
415
                border-color: $theme-color-four;
416
                outline: none !important;
417
                box-shadow: none !important;
418
                color:$theme-color-five;
419
            }
420
        }
421

  
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
433
        {
434
            width: 360px;
435
            height: 360px;
424 436
        }
425
    }
426 437

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

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

  
520 521
    .btn-circle.rounded-circle.btn-sm

Také k dispozici: Unified diff