Projekt

Obecné

Profil

« Předchozí | Další » 

Revize bfa73340

Přidáno uživatelem Adam Mištera před asi 4 roky(ů)

Issue #7997 @2h
[+] Přidání vektorového tlačítka informace
[+] Zprovoznění likování artefaktů
[+] Přidán modal pro obálku knihy
[+] Přidán modal pro informace o knize
[+] Refraktoring

Zobrazit rozdíly:

public/css/app.css
11308 11308
}
11309 11309

  
11310 11310
body .artefact-area .inter_like:before {
11311
  background-image: url(/images/Hearth_Empty_Small.png?252b4c7a69920aa18f2fc75a93aaa90a);
11312
  width: 25px;
11313
  height: 19px;
11311
  background-image: url(/images/Heart_Empty.svg?974f069a126736e569df0f463d68c026);
11312
  width: 1.563rem;
11313
  height: 1.25rem;
11314
}
11315

  
11316
body .artefact-area .inter_like_filled:before {
11317
  background-image: url(/images/Heart_Filled.svg?e5b962dc0fd67a2042277b9826016c9c);
11318
  width: 1.563rem;
11319
  height: 1.25rem;
11314 11320
}
11315 11321

  
11316 11322
body .artefact-area .inter_info {
......
11318 11324
}
11319 11325

  
11320 11326
body .artefact-area .inter_info:before {
11321
  background-image: url(/images/Button_Info_Small.png?9bc35ac07e9ec5a6b75d9af964e80512);
11322
  width: 29px;
11323
  height: 29px;
11327
  background-image: url(/images/Button_Info.svg?92f55a6c483b585543ec80f3fd3461de);
11328
  width: 1.875rem;
11329
  height: 1.875rem;
11324 11330
}
11325 11331

  
11326 11332
body .artefact-area .artefact-likes {
......
11440 11446
  box-shadow: none !important;
11441 11447
}
11442 11448

  
11449
body .modal {
11450
  font-weight: 400;
11451
  color: #ddd1b9;
11452
  font-size: 8pt;
11453
}
11454

  
11455
body .modal .modal-header {
11456
  border-bottom: 1px solid #ddd1b9;
11457
}
11458

  
11459
body .modal .modal-header .close {
11460
  color: #ddd1b9;
11461
  text-shadow: none;
11462
}
11463

  
11464
body .modal .modal-content {
11465
  background-color: #272727;
11466
}
11467

  
11468
body .modal .modal-footer {
11469
  border-top: 1px solid #ddd1b9;
11470
}
11471

  
11472
body .modal .modal-footer .btn {
11473
  background-color: #ddd1b9;
11474
  color: #272727;
11475
}
11476

  
11477
body .image-modal .close {
11478
  font-size: 24pt;
11479
  color: #ddd1b9;
11480
  text-shadow: none;
11481
  position: absolute;
11482
  top: 1rem;
11483
  right: 0.125rem;
11484
  opacity: 1;
11485
  cursor: pointer;
11486
  pointer-events: initial;
11487
}
11488

  
11443 11489
body .cat-col-md-2 {
11444 11490
  margin: 2%;
11445 11491
}

Také k dispozici: Unified diff