Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 212d3445

Přidáno uživatelem Martin Sebela před asi 4 roky(ů)

Re #8022, intro text a css changes

Zobrazit rozdíly:

website/public/css/style.scss
320 320
    background-size: cover;
321 321

  
322 322
    .slide-text {
323
      width: 750px;
324

  
325
      @include media-breakpoint-down(lg) {
326
        width: 100%;
327
      }
323
      width: 100%;
328 324
    }
329 325
  }
330 326
}
......
375 371
    @include media-breakpoint-down(xs) {
376 372
      font-size: 16px;
377 373
    }
374

  
375
    a {
376
      text-decoration: underline;
377

  
378
      &:hover {
379
        text-decoration: none;
380
      }
381
    }
378 382
  }
379 383
}
380 384

  
......
759 763
      width: 10px;
760 764
      height: 16px;
761 765
      top: calc(50% - 8px);
762
      left: calc(50% - 2px);
763
      background: url($images-dir + 'btn-play.svg') no-repeat top right;
764 766
    }
765 767
  }
766 768

  
767
  .pause {
768
    &:after {
769
      left: calc(50% - 5px);
770
      background: url($images-dir + 'btn-pause.png') no-repeat top right;
771
    }
769
  .play:after {
770
    left: calc(50% - 2px);
771
    background: url($images-dir + 'btn-play.svg') no-repeat;
772
  }
773

  
774
  .pause:after {
775
    left: calc(50% - 4px);
776
    background: url($images-dir + 'btn-pause.png') no-repeat;
772 777
  }
773 778

  
774 779
  .next:after {
775
    background: url($images-dir + 'btn-next.svg') no-repeat top right;
780
    background: url($images-dir + 'btn-next.svg') no-repeat;
776 781
  }
777 782

  
778 783
  .prev:after {
779
    background: url($images-dir + 'btn-prev.svg') no-repeat top right;
784
    background: url($images-dir + 'btn-prev.svg') no-repeat;
780 785
  }
781 786

  
782 787
  .timeline {
......
890 895
  }
891 896
}
892 897

  
898

  
899
// COPYRIGHT
900
div.copyright {
901
  p {
902
    font-weight: 400;
903
  }
904

  
905
  span {
906
    font-size: 17px;
907
  }
908
}
909

  
910

  
893 911
// LOGA V SEKCI "O PROJEKTU"
894
.logos-partners {
912
p.logos-partners {
895 913
  margin-top: 40px;
914
  text-align: right;
896 915

  
897 916
  a {
898 917
    text-decoration: none;

Také k dispozici: Unified diff