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

Component update

parent 1b403328
No related branches found
No related tags found
2 merge requests!70Component update 2,!68Component update
Pipeline #178571 failed
<template> <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 --> <!-- Component heading -->
<div class="flex justify-center mt-6"> <div class="flex justify-center mt-6">
<p class="text-4xl">Opprett Gruppe</p> <p class="text-4xl">Opprett Gruppe</p>
......
<template> <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 --> <!-- Component heading -->
<div class="flex justify-center"> <div class="flex justify-center ">
<p class="text-4xl mb-6 mt-6">Utleie</p> <p class="text-4xl mb-6 mt-6">Utleie</p>
</div> </div>
......
<template> <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"> <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> <h3 class="text-xl font-medium text-center text-gray-600 dark:text-gray-200">Logg på</h3>
......
<template> <template>
<div <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> <h3 class="text-xl font-medium text-center text-gray-600 dark:text-gray-200">Opprett ny bruker</h3>
......
<template> <template>
<div <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 <button
id="dropdownDefault" id="dropdownDefault"
data-dropdown-toggle="dropdown" data-dropdown-toggle="dropdown"
@click="dropdown = !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" type="button"
> >
<svg <svg
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div <div
id="dropdown" id="dropdown"
v-show="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"> <ul class="py-1" aria-labelledby="dropdownDefault">
<li> <li>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</div> </div>
</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 <img
class="mb-3 w-24 h-24 rounded-full shadow-lg" class="mb-3 w-24 h-24 rounded-full shadow-lg"
src="../../assets/defaultUserProfileImage.jpg" src="../../assets/defaultUserProfileImage.jpg"
......
<template> <template>
<div> <div class="max-w-sm m-auto">
<div >
<img <img
class="cursor-pointer h-8 mr-4 mt-4 float-right" class="cursor-pointer h-8 float-right"
v-if="isLoggedIn" v-if="isLoggedIn"
src="@/assets/newCommunity.png" src="@/assets/newCommunity.png"
alt="Legg til gruppe" alt="Legg til gruppe"
...@@ -18,7 +19,7 @@ ...@@ -18,7 +19,7 @@
<group-list :groupList="localGroups" /> <group-list :groupList="localGroups" />
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
......
<template> <template>
<div class="h-screen bg-gray-200 grid place-items-center"> <div>
<large-profile-card :isCurrentUser="true" class="align-top" /> <large-profile-card :isCurrentUser="true" class="align-top" />
</div> </div>
</template> </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