Revize dd70ef95
Přidáno uživatelem Marek Zábran před téměř 5 roky(ů)
resources/sass/_custom.scss | ||
---|---|---|
772 | 772 |
|
773 | 773 |
//CATEGORIES - Enter button |
774 | 774 |
.btn.button-square.cat-enter-butt { |
775 |
font-size: 8pt; |
|
776 |
background-color: grey; |
|
777 |
color: $theme-color-one; |
|
778 |
border: 0.5pt solid $theme-color-one; |
|
775 |
//font-size: 8pt;
|
|
776 |
//background-color: grey;
|
|
777 |
//color: $theme-color-one;
|
|
778 |
// border: 0.5pt solid $theme-color-one;
|
|
779 | 779 |
border-radius: 0; |
780 | 780 |
bottom: 5%; |
781 | 781 |
position: fixed; |
782 | 782 |
left: 50%; |
783 | 783 |
transform: translateX(-50%); |
784 |
width: 6.5rem; |
|
785 |
height: 2rem; |
|
786 |
font-weight: $font-weight-one; |
|
784 |
//width: 6.5rem;
|
|
785 |
//height: 2rem;
|
|
786 |
//font-weight: $font-weight-one;
|
|
787 | 787 |
|
788 | 788 |
&:active, &:focus, &:visited, &:hover { |
789 | 789 |
outline: none; |
resources/views/categories/index.blade.php | ||
---|---|---|
5 | 5 |
@section('content') |
6 | 6 |
<div class="container"> |
7 | 7 |
@if(isset($user)) |
8 |
<div class="row"> |
|
9 |
<div class="col cat-main-menu"> |
|
10 |
<a href="{{ url('/') }}"> |
|
11 |
{{ __('general.home') }} |
|
12 |
</a> |
|
13 |
</div> |
|
14 |
<div class="col cat-main-menu"> |
|
15 |
<a href="{{ url('/categories') }}"> |
|
16 |
{{ __('general.topics') }} |
|
17 |
</a> |
|
18 |
</div> |
|
19 |
<div class="col cat-main-menu"> |
|
20 |
<a href="{{ url('/artefact') }}"> |
|
21 |
{{ __('general.artefacts') }} |
|
22 |
</a> |
|
23 |
</div> |
|
24 |
<div class="col cat-main-menu"> |
|
25 |
<a href="{{ url('/favartefacts') }}"> |
|
26 |
{{ __('general.favourite_artefacts') }} |
|
27 |
</a> |
|
28 |
</div> |
|
29 |
<div class="col cat-main-menu"> |
|
30 |
<a href="{{ url('/favmetadata') }}"> |
|
31 |
{{ __('general.favourite_metadata') }} |
|
32 |
</a> |
|
33 |
</div> |
|
34 |
<div class="col cat-main-menu"> |
|
35 |
<a href="{{ url('/charts') }}"> |
|
36 |
{{ __('general.charts') }} |
|
37 |
</a> |
|
38 |
</div> |
|
39 |
<div class="col cat-main-menu"> |
|
40 |
<a href="{{ url('/czech') }}"> |
|
41 |
{{ __('general.cs') }} |
|
42 |
</a> |
|
43 |
</div> |
|
44 |
</div> |
|
8 |
|
|
45 | 9 |
<div class="cat-main-div" {{--onclick="resetEnter()"--}}> |
46 | 10 |
<div class="head-title text-center cat-main-topic"> |
47 | 11 |
<h1>choose a topic</h1> |
Také k dispozici: Unified diff
fix categories.