Skip to content
Snippets Groups Projects
Commit d100ee6e authored by Titus Netland's avatar Titus Netland
Browse files

Component update

parent 4022450b
No related branches found
No related tags found
1 merge request!70Component update 2
<template>
<div class="m-6">
<div class="w-full max-w-sm m-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl mt-[10%] p-4">
<!-- Component heading -->
<div class="flex justify-center mt-6">
<p class="text-4xl">Opprett Gruppe</p>
......
<template>
<div class="m-6">
<div class="w-full max-w-sm m-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl mt-[3%] p-4">
<!-- Component heading -->
<div class="flex justify-center">
<div class="flex justify-center ">
<p class="text-4xl mb-6 mt-6">Utleie</p>
</div>
......
<template>
<div class="w-full max-w-sm m-auto overflow-hidden bg-white rounded-lg shadow-md mt-[10%]">
<div class="w-full max-w-sm m-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl mt-[10%]">
<div class="px-6 py-4 mt-4">
<h3 class="text-xl font-medium text-center text-gray-600 dark:text-gray-200">Logg på</h3>
......
<template>
<div
class="max-w-sm p-6 m-auto bg-white overflow-hidden rounded-md shadow-md mt-[10%]"
class="w-full max-w-sm m-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl mt-[10%] p-4"
>
<h3 class="text-xl font-medium text-center text-gray-600 dark:text-gray-200">Opprett ny bruker</h3>
......
<template>
<div
class="min-w-full md:min-w-0 md:w-96 my-4 py-8 bg-white rounded-lg border border-gray-200 shadow-md dark:bg-gray-800 dark:border-gray-700"
class="w-full max-w-sm m-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl mt-[10%] p-6"
>
<div v-show="isCurrentUser" class="flex absolute justify-end px-4 pt-4">
<div v-show="isCurrentUser" class="float-right px-4 pt-4">
<button
id="dropdownDefault"
data-dropdown-toggle="dropdown"
@click="dropdown = !dropdown"
class="w-10 h-10 text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-1.5"
class="w-10 h-10 text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg float-right text-sm p-1.5"
type="button"
>
<svg
......@@ -25,7 +25,7 @@
<div
id="dropdown"
v-show="dropdown"
class="z-10 w-44 text-base list-none bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700"
class="z-10 w-44 text-base list-none bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700 origin-bottom-left absolute"
>
<ul class="py-1" aria-labelledby="dropdownDefault">
<li>
......@@ -75,7 +75,7 @@
</div>
</div>
<div class="flex flex-col items-center pb-10">
<div class="flex flex-col items-center pb-10 mt-16 z-5">
<img
class="mb-3 w-24 h-24 rounded-full shadow-lg"
src="../../assets/defaultUserProfileImage.jpg"
......
<template>
<div class="h-screen bg-gray-200 grid place-items-center">
<div>
<large-profile-card :isCurrentUser="true" class="align-top" />
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment