diff --git a/resources/assets/less/metager/cards.less b/resources/assets/less/metager/cards.less index 59a31c4d5152f490ca9b98f53e8e923a0eb64c86..9fe7fe80688ef2dd178e5b77be71280f3a970684 100644 --- a/resources/assets/less/metager/cards.less +++ b/resources/assets/less/metager/cards.less @@ -1,4 +1,4 @@ -.card { +.card, .card-medium { border: 1px solid #ccc; background-color: white; box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24); @@ -8,4 +8,8 @@ .card-heavy { .card; box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.12), 4px 0px 5px 0px rgba(0, 0, 0, 0.24); +} +.card-light { + .card; + box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.24); } \ No newline at end of file diff --git a/resources/views/spende/beitritt.blade.php b/resources/views/spende/beitritt.blade.php index 9dc555ed786d7e704aa32319de9aa0fd03e9008b..c2c5efdcc8807af0f4356317c314398fa6bfcd7a 100644 --- a/resources/views/spende/beitritt.blade.php +++ b/resources/views/spende/beitritt.blade.php @@ -6,128 +6,130 @@ @section('content') -

{{ trans('beitritt.heading.1') }}

-
-
-
- - +

{{ trans('beitritt.heading.1') }}

+
+ +
+
+ + +
+
+
+
+ + +
-
-
-
- - +
+
+ + +
-
-
-
- - +
+
+ + +
-
-
-
- - +
+
+ + +
-
-
-
- - +
+
+ + +
-
-
-
- - +
+
+ + +
-
-
- - + +
+
+ +
+
+

{{ trans('beitritt.beitritt.9') }}

+
+
-
-
- + +
-
- +
+
+ +
-

{{ trans('beitritt.beitritt.9') }}

-
-
-
- - -
-
-
- +
+ +
-
-
- -
+
+ +
-
-
- - -
-
-

{{ trans('beitritt.abbuchung.1') }}

-

{{ trans('beitritt.abbuchung.2') }}

-

{{ trans('beitritt.abbuchung.3') }}

-
- - -
-
-
- - +
+

{{ trans('beitritt.abbuchung.1') }}

+

{{ trans('beitritt.abbuchung.2') }}

+

{{ trans('beitritt.abbuchung.3') }}

+
+ +
-
- - +
+
+ + +
+
+ + +
+
+ + +
-
- - +
+
+ +
+
+

{{ trans('beitritt.abbuchung.1') }}

+ +
+
+

{{ trans('beitritt.anweisung.1') }}

+
    +
  • {{ trans('beitritt.anweisung.2') }}
  • +
  • {{ trans('beitritt.anweisung.3') }}
  • +
  • {{ trans('beitritt.anweisung.4') }}
  • +
+

{{ trans('beitritt.anweisung.5') }}

+

{{ trans('beitritt.anweisung.6') }}

-
-
- - -
-
-

{{ trans('beitritt.abbuchung.1') }}

- -
-
-

{{ trans('beitritt.anweisung.1') }}

-
    -
  • {{ trans('beitritt.anweisung.2') }}
  • -
  • {{ trans('beitritt.anweisung.3') }}
  • -
  • {{ trans('beitritt.anweisung.4') }}
  • -
-

{{ trans('beitritt.anweisung.5') }}

-

{{ trans('beitritt.anweisung.6') }}

+
- @endsection diff --git a/resources/views/widget/widget.blade.php b/resources/views/widget/widget.blade.php index 078d1793047936d3caa8e69cbe410f53881d5f7e..64fbb43fa6982753c0a3d0e669ad9fb2425fc1f8 100644 --- a/resources/views/widget/widget.blade.php +++ b/resources/views/widget/widget.blade.php @@ -4,7 +4,7 @@ @section('content')

{{ trans('widget.head') }}

-
+

{{ trans('widget.body.1') }}

{{ trans('widget.body.4') }}

diff --git a/resources/views/zitatsuche.blade.php b/resources/views/zitatsuche.blade.php index f5f98b15a8276a7b423a2f3fe5f9d19cebdd4036..94c67bcbd8e3621423f82e128e7f8736939e198e 100644 --- a/resources/views/zitatsuche.blade.php +++ b/resources/views/zitatsuche.blade.php @@ -3,27 +3,29 @@ @section('title', $title ) @section('content') -

{{ trans('zitatsuche.head.1') }}

-

{{ trans('zitatsuche.p.1') }}

-
-
- -
- -
+

{{ trans('zitatsuche.head.1') }}

+
+

{{ trans('zitatsuche.p.1') }}

+ +
+ +
+ +
+
-
- - @if($q !== "") -
-

Ergebnisse für die Suche "{{$q}}":

- @foreach($results as $author => $quotes) - {{$author}}: -
    - @foreach($quotes as $quote) -
  • "{{ $quote }}"
  • + + @if($q !== "") +
    +

    Ergebnisse für die Suche "{{$q}}":

    + @foreach($results as $author => $quotes) + {{$author}}: +
      + @foreach($quotes as $quote) +
    • "{{ $quote }}"
    • + @endforeach +
    @endforeach -
- @endforeach - @endif + @endif +
@endsection