- made forms looks better
This commit is contained in:
parent
b06f4c6e8b
commit
8807d95dee
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<InertiaHead title="Dodaj dzień wolny" />
|
<InertiaHead title="Dodaj dzień wolny" />
|
||||||
<div class="bg-white shadow-md">
|
<div class="mx-auto w-full max-w-7xl bg-white shadow-md">
|
||||||
<div class="p-4 sm:px-6">
|
<div class="p-4 sm:px-6">
|
||||||
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
||||||
Dodaj dzień wolny
|
Dodaj dzień wolny
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<InertiaHead title="Dodawanie użytkownika" />
|
<InertiaHead title="Dodawanie użytkownika" />
|
||||||
<div class="bg-white shadow-md">
|
<div class="mx-auto w-full max-w-7xl bg-white shadow-md">
|
||||||
<div class="p-4 sm:px-6">
|
<div class="p-4 sm:px-6">
|
||||||
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
||||||
Dodaj użytkownika
|
Dodaj użytkownika
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
<li class="flex justify-between items-center py-3 pr-4 pl-3 text-sm">
|
<li class="flex justify-between items-center py-3 pr-4 pl-3 text-sm">
|
||||||
<div class="flex flex-1 items-center w-0">
|
<div class="flex flex-1 items-center w-0">
|
||||||
<PaperClipIcon class="shrink-0 w-5 h-5 text-gray-400" />
|
<PaperClipIcon class="shrink-0 w-5 h-5 text-gray-400" />
|
||||||
<span class="flex-1 ml-2 w-0 truncate">wniosek.pdf </span>
|
<span class="flex-1 ml-2 w-0 truncate">wniosek.pdf</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="shrink-0 ml-4">
|
<div class="shrink-0 ml-4">
|
||||||
<a
|
<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user