Revize 31e22cb9
Přidáno uživatelem Martin Sebela před téměř 5 roky(ů)
website/public/css/style.css | ||
---|---|---|
636 | 636 |
} |
637 | 637 |
|
638 | 638 |
.map-point.point-1 { |
639 |
top: 455px;
|
|
640 |
right: 32.5%;
|
|
639 |
top: 470px;
|
|
640 |
right: 32.2%;
|
|
641 | 641 |
} |
642 | 642 |
|
643 | 643 |
.map-point.point-2 { |
644 |
top: 235px;
|
|
645 |
right: 18%;
|
|
644 |
top: 688px;
|
|
645 |
right: 21.2%;
|
|
646 | 646 |
} |
647 | 647 |
|
648 | 648 |
.map-point.point-3 { |
website/public/css/style.scss | ||
---|---|---|
597 | 597 |
} |
598 | 598 |
|
599 | 599 |
&.point-1 { |
600 |
top: 455px;
|
|
601 |
right: 32.5%;
|
|
600 |
top: 470px;
|
|
601 |
right: 32.2%;
|
|
602 | 602 |
} |
603 | 603 |
|
604 | 604 |
&.point-2 { |
605 |
top: 235px;
|
|
606 |
right: 18%;
|
|
605 |
top: 688px;
|
|
606 |
right: 21.2%;
|
|
607 | 607 |
} |
608 | 608 |
|
609 | 609 |
&.point-3 { |
website/templates/index.html.twig | ||
---|---|---|
70 | 70 |
<div class="desc"> |
71 | 71 |
<div class="circle"></div> |
72 | 72 |
<strong>Bufet</strong> |
73 |
<p>Dopolední špička v bufetu před otevřením menzy.</p>
|
|
73 |
<p>Alternativa k menze v podobě bufetu na FST ZČU.</p>
|
|
74 | 74 |
</div> |
75 | 75 |
</div> |
76 | 76 |
|
77 | 77 |
<div class="map-point point-2"> |
78 | 78 |
<div class="desc"> |
79 | 79 |
<div class="circle"></div> |
80 |
<strong>Příjezdy</strong>
|
|
81 |
<p>Využití parkoviště u FAV v dopoledních hodinách.</p>
|
|
80 |
<strong>Menza</strong>
|
|
81 |
<p>Polední špička v menze.</p>
|
|
82 | 82 |
</div> |
83 | 83 |
</div> |
84 | 84 |
|
Také k dispozici: Unified diff
Re #8079 - intro page changes