Fix alert width

This commit is contained in:
khatabwedaa 2020-05-07 19:34:15 +02:00
parent ccb257c27b
commit ce5cf6e578
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<template>
<div :id="name | toId">
<div class="flex max-w-lg mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex max-w-md mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex justify-center items-center w-16 py-3 bg-red-500">
<svg class="h-8 w-8 fill-current text-white" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<path d="M20 3.36667C10.8167 3.36667 3.3667 10.8167 3.3667 20C3.3667 29.1833 10.8167 36.6333 20 36.6333C29.1834 36.6333 36.6334 29.1833 36.6334 20C36.6334 10.8167 29.1834 3.36667 20 3.36667ZM19.1334 33.3333V22.9H13.3334L21.6667 6.66667V17.1H27.25L19.1334 33.3333Z"/>
@ -10,7 +10,7 @@
<div class="-mx-3 py-3 px-4">
<div class="mx-3">
<span class="text-red-500 font-semibold text-xl">Error</span>
<p class="text-gray-600">Your email is already used, please try with different one !</p>
<p class="text-gray-600">Your email is already used!</p>
</div>
</div>
</div>

View file

@ -1,6 +1,6 @@
<template>
<div :id="name | toId">
<div class="flex max-w-lg mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex max-w-md mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex justify-center items-center w-16 py-3 bg-blue-500">
<svg class="h-8 w-8 fill-current text-white" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<path d="M20 3.33331C10.8 3.33331 3.33337 10.8 3.33337 20C3.33337 29.2 10.8 36.6666 20 36.6666C29.2 36.6666 36.6667 29.2 36.6667 20C36.6667 10.8 29.2 3.33331 20 3.33331ZM21.6667 28.3333H18.3334V25H21.6667V28.3333ZM21.6667 21.6666H18.3334V11.6666H21.6667V21.6666Z"/>

View file

@ -1,6 +1,6 @@
<template>
<div :id="name | toId">
<div class="flex max-w-lg mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex max-w-md mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex justify-center items-center w-16 py-3 bg-green-500">
<svg class="h-8 w-8 fill-current text-white" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<path d="M20 3.33331C10.8 3.33331 3.33337 10.8 3.33337 20C3.33337 29.2 10.8 36.6666 20 36.6666C29.2 36.6666 36.6667 29.2 36.6667 20C36.6667 10.8 29.2 3.33331 20 3.33331ZM16.6667 28.3333L8.33337 20L10.6834 17.65L16.6667 23.6166L29.3167 10.9666L31.6667 13.3333L16.6667 28.3333Z"/>
@ -10,7 +10,7 @@
<div class="-mx-3 py-3 px-4">
<div class="mx-3">
<span class="text-green-500 font-semibold text-xl">Success</span>
<p class="text-gray-600">Your account was registered, please confirm your email !</p>
<p class="text-gray-600">Your account was registered!</p>
</div>
</div>
</div>

View file

@ -1,6 +1,6 @@
<template>
<div :id="name | toId">
<div class="flex max-w-lg mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex max-w-md mx-auto bg-white rounded-lg overflow-hidden">
<div class="flex justify-center items-center w-16 py-3 bg-yellow-500">
<svg class="h-8 w-8 fill-current text-white" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<path d="M20 3.33331C10.8 3.33331 3.33337 10.8 3.33337 20C3.33337 29.2 10.8 36.6666 20 36.6666C29.2 36.6666 36.6667 29.2 36.6667 20C36.6667 10.8 29.2 3.33331 20 3.33331ZM21.6667 28.3333H18.3334V25H21.6667V28.3333ZM21.6667 21.6666H18.3334V11.6666H21.6667V21.6666Z"/>